Html Css Color HEX #CE420D Harley Davidson Orange

📋 copy color: '#CE420D'

red 206 ◦ green 66 ◦ blue 13

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

Shades of Harley Davidson Orange #CE420D

Tints of Harley Davidson Orange #CE420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 72.28%
G = 23.16%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE420D (or 0xCE420D) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 0D. RGB value is (206,66,13). Sum of RGB (Red+Green+Blue) = 206+66+13=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE420D is #31BDF2. Grayscale: #666666. Windows color (decimal): -3259891 or 869070. OLE color: 869070.

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

Color convert

RGB 206 66 13 -
CMYK 0 0.68 0.94 0.19
HSL 16.48º 0.88% 0.43% -
HSV(B) 16.48º 0.94% 0.81% -
XYZ 27.47 17.05 2.22 -
YUV 101.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 206 66 13 0 0.68 0.94 0.19 16.48 0.88 0.43
Hex CE 42 D 0 44 5E 13 10 58 2B
Octal 316 102 15 0 104 136 23 20 130 53
Binary 11001110 1000010 1101 0 1000100 1011110 10011 10000 1011000 101011

Color Harmonies of #CE420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE420D

Black with #CE420D

Text Example


Text Example

White with #CE420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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