Html Css Color HEX #CC400D Harley Davidson Orange

📋 copy color: '#CC400D'

red 204 ◦ green 64 ◦ blue 13

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

Shades of Harley Davidson Orange #CC400D

Tints of Harley Davidson Orange #CC400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 72.6%
G = 22.78%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC400D (or 0xCC400D) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 0D. RGB value is (204,64,13). Sum of RGB (Red+Green+Blue) = 204+64+13=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400D is #33BFF2. Grayscale: #646464. Windows color (decimal): -3391475 or 868556. OLE color: 868556.

HSL color Cylindrical-coordinate representation of color #CC400D: hue angle of 16.02º 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 #CC400D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 13 -
CMYK 0 0.69 0.94 0.2
HSL 16.02º 0.88% 0.43% -
HSV(B) 16.02º 0.94% 0.8% -
XYZ 26.81 16.53 2.16 -
YUV 100.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 204 64 13 0 0.69 0.94 0.2 16.02 0.88 0.43
Hex CC 40 D 0 45 5E 14 10 58 2B
Octal 314 100 15 0 105 136 24 20 130 53
Binary 11001100 1000000 1101 0 1000101 1011110 10100 10000 1011000 101011

Color Harmonies of #CC400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC400D

Black with #CC400D

Text Example


Text Example

White with #CC400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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