Html Css Color HEX #CC440D Harley Davidson Orange

📋 copy color: '#CC440D'

red 204 ◦ green 68 ◦ blue 13

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

Shades of Harley Davidson Orange #CC440D

Tints of Harley Davidson Orange #CC440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 71.58%
G = 23.86%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC440D (or 0xCC440D) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 0D. RGB value is (204,68,13). Sum of RGB (Red+Green+Blue) = 204+68+13=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC440D is #33BBF2. Grayscale: #666666. Windows color (decimal): -3390451 or 869580. OLE color: 869580.

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

Color convert

RGB 204 68 13 -
CMYK 0 0.67 0.94 0.2
HSL 17.28º 0.88% 0.43% -
HSV(B) 17.28º 0.94% 0.8% -
XYZ 27.04 17 2.24 -
YUV 102.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 204 68 13 0 0.67 0.94 0.2 17.28 0.88 0.43
Hex CC 44 D 0 43 5E 14 11 58 2B
Octal 314 104 15 0 103 136 24 21 130 53
Binary 11001100 1000100 1101 0 1000011 1011110 10100 10001 1011000 101011

Color Harmonies of #CC440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC440D

Black with #CC440D

Text Example


Text Example

White with #CC440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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