Html Css Color HEX #CE4222 Harley Davidson Orange

📋 copy color: '#CE4222'

red 206 ◦ green 66 ◦ blue 34

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

Shades of Harley Davidson Orange #CE4222

Tints of Harley Davidson Orange #CE4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 67.32%
G = 21.57%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE4222 (or 0xCE4222) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 22. RGB value is (206,66,34). Sum of RGB (Red+Green+Blue) = 206+66+34=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4222 is #31BDDD. Grayscale: #686868. Windows color (decimal): -3259870 or 2245326. OLE color: 2245326.

HSL color Cylindrical-coordinate representation of color #CE4222: hue angle of 11.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE4222 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 34 -
CMYK 0 0.68 0.83 0.19
HSL 11.16º 0.72% 0.47% -
HSV(B) 11.16º 0.83% 0.81% -
XYZ 27.69 17.13 3.36 -
YUV 104.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 206 66 34 0 0.68 0.83 0.19 11.16 0.72 0.47
Hex CE 42 22 0 44 53 13 B 48 2F
Octal 316 102 42 0 104 123 23 13 110 57
Binary 11001110 1000010 100010 0 1000100 1010011 10011 1011 1001000 101111

Color Harmonies of #CE4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4222

Black with #CE4222

Text Example


Text Example

White with #CE4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4222; }

 p { color: rgb(206,66,34); }

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

background-color css

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

 a { background-color: rgb(206,66,34); }

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

border-color css

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

 span { border-color: rgb(206,66,34); }

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