Html Css Color HEX #CE4214 Harley Davidson Orange

📋 copy color: '#CE4214'

red 206 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #CE4214

Tints of Harley Davidson Orange #CE4214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 70.55%
G = 22.6%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE4214 (or 0xCE4214) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 14. RGB value is (206,66,20). Sum of RGB (Red+Green+Blue) = 206+66+20=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4214 is #31BDEB. Grayscale: #666666. Windows color (decimal): -3259884 or 1327822. OLE color: 1327822.

HSL color Cylindrical-coordinate representation of color #CE4214: hue angle of 14.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4214 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 20 -
CMYK 0 0.68 0.90 0.19
HSL 14.84º 0.82% 0.44% -
HSV(B) 14.84º 0.9% 0.81% -
XYZ 27.53 17.07 2.51 -
YUV 102.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 206 66 20 0 0.68 0.90 0.19 14.84 0.82 0.44
Hex CE 42 14 0 44 5A 13 F 52 2C
Octal 316 102 24 0 104 132 23 17 122 54
Binary 11001110 1000010 10100 0 1000100 1011010 10011 1111 1010010 101100

Color Harmonies of #CE4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4214

Black with #CE4214

Text Example


Text Example

White with #CE4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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