Html Css Color HEX #CC4413 Harley Davidson Orange

📋 copy color: '#CC4413'

red 204 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #CC4413

Tints of Harley Davidson Orange #CC4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 70.1%
G = 23.37%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4413 (or 0xCC4413) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 13. RGB value is (204,68,19). Sum of RGB (Red+Green+Blue) = 204+68+19=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4413 is #33BBEC. Grayscale: #676767. Windows color (decimal): -3390445 or 1262796. OLE color: 1262796.

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

Color convert

RGB 204 68 19 -
CMYK 0 0.67 0.91 0.2
HSL 15.89º 0.83% 0.44% -
HSV(B) 15.89º 0.91% 0.8% -
XYZ 27.09 17.02 2.47 -
YUV 103.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 204 68 19 0 0.67 0.91 0.2 15.89 0.83 0.44
Hex CC 44 13 0 43 5B 14 10 53 2C
Octal 314 104 23 0 103 133 24 20 123 54
Binary 11001100 1000100 10011 0 1000011 1011011 10100 10000 1010011 101100

Color Harmonies of #CC4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4413

Black with #CC4413

Text Example


Text Example

White with #CC4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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