Html Css Color HEX #CC4124 Harley Davidson Orange

📋 copy color: '#CC4124'

red 204 ◦ green 65 ◦ blue 36

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

Shades of Harley Davidson Orange #CC4124

Tints of Harley Davidson Orange #CC4124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 66.89%
G = 21.31%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC4124 (or 0xCC4124) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 24. RGB value is (204,65,36). Sum of RGB (Red+Green+Blue) = 204+65+36=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4124 is #33BEDB. Grayscale: #676767. Windows color (decimal): -3391196 or 2376140. OLE color: 2376140.

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

Color convert

RGB 204 65 36 -
CMYK 0 0.68 0.82 0.2
HSL 10.36º 0.7% 0.47% -
HSV(B) 10.36º 0.82% 0.8% -
XYZ 27.11 16.75 3.47 -
YUV 103.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 204 65 36 0 0.68 0.82 0.2 10.36 0.7 0.47
Hex CC 41 24 0 44 52 14 A 46 2F
Octal 314 101 44 0 104 122 24 12 106 57
Binary 11001100 1000001 100100 0 1000100 1010010 10100 1010 1000110 101111

Color Harmonies of #CC4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4124

Black with #CC4124

Text Example


Text Example

White with #CC4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4124; }

 p { color: rgb(204,65,36); }

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

background-color css

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

 a { background-color: rgb(204,65,36); }

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

border-color css

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

 span { border-color: rgb(204,65,36); }

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