Html Css Color HEX #CC4314 Harley Davidson Orange

📋 copy color: '#CC4314'

red 204 ◦ green 67 ◦ blue 20

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

Shades of Harley Davidson Orange #CC4314

Tints of Harley Davidson Orange #CC4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 70.1%
G = 23.02%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4314 (or 0xCC4314) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 14. RGB value is (204,67,20). Sum of RGB (Red+Green+Blue) = 204+67+20=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4314 is #33BCEB. Grayscale: #666666. Windows color (decimal): -3390700 or 1328076. OLE color: 1328076.

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

Color convert

RGB 204 67 20 -
CMYK 0 0.67 0.90 0.2
HSL 15.33º 0.82% 0.44% -
HSV(B) 15.33º 0.9% 0.8% -
XYZ 27.04 16.9 2.5 -
YUV 102.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 204 67 20 0 0.67 0.90 0.2 15.33 0.82 0.44
Hex CC 43 14 0 43 5A 14 F 52 2C
Octal 314 103 24 0 103 132 24 17 122 54
Binary 11001100 1000011 10100 0 1000011 1011010 10100 1111 1010010 101100

Color Harmonies of #CC4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4314

Black with #CC4314

Text Example


Text Example

White with #CC4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4314; }

 p { color: rgb(204,67,20); }

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

background-color css

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

 a { background-color: rgb(204,67,20); }

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

border-color css

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

 span { border-color: rgb(204,67,20); }

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