Html Css Color HEX #CE2D06 Harley Davidson Orange

📋 copy color: '#CE2D06'

red 206 ◦ green 45 ◦ blue 6

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

Shades of Harley Davidson Orange #CE2D06

Tints of Harley Davidson Orange #CE2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 80.16%
G = 17.51%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE2D06 (or 0xCE2D06) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 06. RGB value is (206,45,6). Sum of RGB (Red+Green+Blue) = 206+45+6=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D06 is #31D2F9. Grayscale: #595959. Windows color (decimal): -3265274 or 404942. OLE color: 404942.

HSL color Cylindrical-coordinate representation of color #CE2D06: hue angle of 11.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE2D06 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 6 -
CMYK 0 0.78 0.97 0.19
HSL 11.7º 0.94% 0.42% -
HSV(B) 11.7º 0.97% 0.81% -
XYZ 26.42 15.01 1.68 -
YUV 88.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 206 45 6 0 0.78 0.97 0.19 11.7 0.94 0.42
Hex CE 2D 6 0 4E 61 13 C 5E 2A
Octal 316 55 6 0 116 141 23 14 136 52
Binary 11001110 101101 110 0 1001110 1100001 10011 1100 1011110 101010

Color Harmonies of #CE2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D06

Black with #CE2D06

Text Example


Text Example

White with #CE2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D06; }

 p { color: rgb(206,45,6); }

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

background-color css

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

 a { background-color: rgb(206,45,6); }

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

border-color css

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

 span { border-color: rgb(206,45,6); }

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