Html Css Color HEX #CE421E Harley Davidson Orange

📋 copy color: '#CE421E'

red 206 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #CE421E

Tints of Harley Davidson Orange #CE421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 68.21%
G = 21.85%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE421E (or 0xCE421E) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 1E. RGB value is (206,66,30). Sum of RGB (Red+Green+Blue) = 206+66+30=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE421E is #31BDE1. Grayscale: #686868. Windows color (decimal): -3259874 or 1983182. OLE color: 1983182.

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

Color convert

RGB 206 66 30 -
CMYK 0 0.68 0.85 0.19
HSL 12.27º 0.75% 0.46% -
HSV(B) 12.27º 0.85% 0.81% -
XYZ 27.64 17.11 3.07 -
YUV 103.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 206 66 30 0 0.68 0.85 0.19 12.27 0.75 0.46
Hex CE 42 1E 0 44 55 13 C 4B 2E
Octal 316 102 36 0 104 125 23 14 113 56
Binary 11001110 1000010 11110 0 1000100 1010101 10011 1100 1001011 101110

Color Harmonies of #CE421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE421E

Black with #CE421E

Text Example


Text Example

White with #CE421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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