Html Css Color HEX #CC420E Harley Davidson Orange

📋 copy color: '#CC420E'

red 204 ◦ green 66 ◦ blue 14

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

Shades of Harley Davidson Orange #CC420E

Tints of Harley Davidson Orange #CC420E

RGB

 RED value IS 204 (80.08% from 255) = 71.83%

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 71.83%
G = 23.24%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC420E (or 0xCC420E) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 0E. RGB value is (204,66,14). Sum of RGB (Red+Green+Blue) = 204+66+14=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC420E is #33BDF1. Grayscale: #656565. Windows color (decimal): -3390962 or 934604. OLE color: 934604.

HSL color Cylindrical-coordinate representation of color #CC420E: hue angle of 16.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC420E is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 14 -
CMYK 0 0.68 0.93 0.2
HSL 16.42º 0.87% 0.43% -
HSV(B) 16.42º 0.93% 0.8% -
XYZ 26.93 16.77 2.23 -
YUV 101.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 204 66 14 0 0.68 0.93 0.2 16.42 0.87 0.43
Hex CC 42 E 0 44 5D 14 10 57 2B
Octal 314 102 16 0 104 135 24 20 127 53
Binary 11001100 1000010 1110 0 1000100 1011101 10100 10000 1010111 101011

Color Harmonies of #CC420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC420E

Black with #CC420E

Text Example


Text Example

White with #CC420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC420E; }

 p { color: rgb(204,66,14); }

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

background-color css

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

 a { background-color: rgb(204,66,14); }

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

border-color css

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

 span { border-color: rgb(204,66,14); }

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