Html Css Color HEX #CC400F Harley Davidson Orange

📋 copy color: '#CC400F'

red 204 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #CC400F

Tints of Harley Davidson Orange #CC400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 72.08%
G = 22.61%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC400F (or 0xCC400F) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 0F. RGB value is (204,64,15). Sum of RGB (Red+Green+Blue) = 204+64+15=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400F is #33BFF0. Grayscale: #646464. Windows color (decimal): -3391473 or 999628. OLE color: 999628.

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

Color convert

RGB 204 64 15 -
CMYK 0 0.69 0.93 0.2
HSL 15.56º 0.86% 0.43% -
HSV(B) 15.56º 0.93% 0.8% -
XYZ 26.82 16.54 2.23 -
YUV 100.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 204 64 15 0 0.69 0.93 0.2 15.56 0.86 0.43
Hex CC 40 F 0 45 5D 14 10 56 2B
Octal 314 100 17 0 105 135 24 20 126 53
Binary 11001100 1000000 1111 0 1000101 1011101 10100 10000 1010110 101011

Color Harmonies of #CC400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC400F

Black with #CC400F

Text Example


Text Example

White with #CC400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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