Html Css Color HEX #CE4420 Harley Davidson Orange

📋 copy color: '#CE4420'

red 206 ◦ green 68 ◦ blue 32

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

Shades of Harley Davidson Orange #CE4420

Tints of Harley Davidson Orange #CE4420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 67.32%
G = 22.22%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE4420 (or 0xCE4420) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 20. RGB value is (206,68,32). Sum of RGB (Red+Green+Blue) = 206+68+32=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4420 is #31BBDF. Grayscale: #696969. Windows color (decimal): -3259360 or 2114766. OLE color: 2114766.

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

Color convert

RGB 206 68 32 -
CMYK 0 0.67 0.84 0.19
HSL 12.41º 0.73% 0.47% -
HSV(B) 12.41º 0.84% 0.81% -
XYZ 27.78 17.36 3.25 -
YUV 105.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 206 68 32 0 0.67 0.84 0.19 12.41 0.73 0.47
Hex CE 44 20 0 43 54 13 C 49 2F
Octal 316 104 40 0 103 124 23 14 111 57
Binary 11001110 1000100 100000 0 1000011 1010100 10011 1100 1001001 101111

Color Harmonies of #CE4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4420

Black with #CE4420

Text Example


Text Example

White with #CE4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4420; }

 p { color: rgb(206,68,32); }

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

background-color css

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

 a { background-color: rgb(206,68,32); }

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

border-color css

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

 span { border-color: rgb(206,68,32); }

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