Html Css Color HEX #CC4421 Harley Davidson Orange

📋 copy color: '#CC4421'

red 204 ◦ green 68 ◦ blue 33

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

Shades of Harley Davidson Orange #CC4421

Tints of Harley Davidson Orange #CC4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 33 (13.28% from 255) = 10.82%

R = 66.89%
G = 22.3%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4421 (or 0xCC4421) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 21. RGB value is (204,68,33). Sum of RGB (Red+Green+Blue) = 204+68+33=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4421 is #33BBDE. Grayscale: #686868. Windows color (decimal): -3390431 or 2180300. OLE color: 2180300.

HSL color Cylindrical-coordinate representation of color #CC4421: hue angle of 12.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC4421 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 33 -
CMYK 0 0.67 0.84 0.2
HSL 12.28º 0.72% 0.46% -
HSV(B) 12.28º 0.84% 0.8% -
XYZ 27.24 17.08 3.3 -
YUV 104.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 204 68 33 0 0.67 0.84 0.2 12.28 0.72 0.46
Hex CC 44 21 0 43 54 14 C 48 2E
Octal 314 104 41 0 103 124 24 14 110 56
Binary 11001100 1000100 100001 0 1000011 1010100 10100 1100 1001000 101110

Color Harmonies of #CC4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4421

Black with #CC4421

Text Example


Text Example

White with #CC4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4421; }

 p { color: rgb(204,68,33); }

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

background-color css

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

 a { background-color: rgb(204,68,33); }

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

border-color css

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

 span { border-color: rgb(204,68,33); }

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