Html Css Color HEX #CE3702 Harley Davidson Orange

📋 copy color: '#CE3702'

red 206 ◦ green 55 ◦ blue 2

#CE3702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CE3702

Tints of Harley Davidson Orange #CE3702

RGB

 RED value IS 206 (80.86% from 255) = 78.33%

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 78.33%
G = 20.91%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE3702 (or 0xCE3702) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 02. RGB value is (206,55,2). Sum of RGB (Red+Green+Blue) = 206+55+2=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3702 is #31C8FD. Grayscale: #5E5E5E. Windows color (decimal): -3262718 or 145358. OLE color: 145358.

HSL color Cylindrical-coordinate representation of color #CE3702: hue angle of 15.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE3702 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 2 -
CMYK 0 0.73 0.99 0.19
HSL 15.59º 0.98% 0.41% -
HSV(B) 15.59º 0.99% 0.81% -
XYZ 26.83 15.86 1.7 -
YUV 94.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 206 55 2 0 0.73 0.99 0.19 15.59 0.98 0.41
Hex CE 37 2 0 49 63 13 10 62 29
Octal 316 67 2 0 111 143 23 20 142 51
Binary 11001110 110111 10 0 1001001 1100011 10011 10000 1100010 101001

Color Harmonies of #CE3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3702

Black with #CE3702

Text Example


Text Example

White with #CE3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3702; }

 p { color: rgb(206,55,2); }

 H1.HeaderClassName
 {
   color: #CE3702;
 }
 .AnyTagClassName
 {
   color: #CE3702;
 }
</style>

background-color css

<style>
 a { background-color: #CE3702; }

 a { background-color: rgb(206,55,2); }

 div.DivClassName
 {
   background-color: #CE3702;
 }
 .BgClassName
 {
   background-color: #CE3702;
 }
</style>

border-color css

<style>
 span { border-color: #CE3702; }

 span { border-color: rgb(206,55,2); }

 td.TdClassName
 {
   border-color: #CE3702;
 }
 .TagClassName
 {
   border-color: #CE3702;
 }
</style>