Html Css Color HEX #CE3712 Harley Davidson Orange

📋 copy color: '#CE3712'

red 206 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #CE3712

Tints of Harley Davidson Orange #CE3712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 73.84%
G = 19.71%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE3712 (or 0xCE3712) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 12. RGB value is (206,55,18). Sum of RGB (Red+Green+Blue) = 206+55+18=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3712 is #31C8ED. Grayscale: #606060. Windows color (decimal): -3262702 or 1193934. OLE color: 1193934.

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

Color convert

RGB 206 55 18 -
CMYK 0 0.73 0.91 0.19
HSL 11.81º 0.84% 0.44% -
HSV(B) 11.81º 0.91% 0.81% -
XYZ 26.93 15.9 2.22 -
YUV 95.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 206 55 18 0 0.73 0.91 0.19 11.81 0.84 0.44
Hex CE 37 12 0 49 5B 13 C 54 2C
Octal 316 67 22 0 111 133 23 14 124 54
Binary 11001110 110111 10010 0 1001001 1011011 10011 1100 1010100 101100

Color Harmonies of #CE3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3712

Black with #CE3712

Text Example


Text Example

White with #CE3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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