Html Css Color HEX #CC180F Harley Davidson Orange

📋 copy color: '#CC180F'

red 204 ◦ green 24 ◦ blue 15

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

Shades of Harley Davidson Orange #CC180F

Tints of Harley Davidson Orange #CC180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 83.95%
G = 9.88%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC180F (or 0xCC180F) is known color: Harley Davidson Orange. HEX triplet: CC, 18 and 0F. RGB value is (204,24,15). Sum of RGB (Red+Green+Blue) = 204+24+15=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC180F is #33E7F0. Grayscale: #4D4D4D. Windows color (decimal): -3401713 or 989388. OLE color: 989388.

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

Color convert

RGB 204 24 15 -
CMYK 0 0.88 0.93 0.2
HSL 2.86º 0.86% 0.43% -
HSV(B) 2.86º 0.93% 0.8% -
XYZ 25.31 13.53 1.73 -
YUV 76.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 204 24 15 0 0.88 0.93 0.2 2.86 0.86 0.43
Hex CC 18 F 0 58 5D 14 3 56 2B
Octal 314 30 17 0 130 135 24 3 126 53
Binary 11001100 11000 1111 0 1011000 1011101 10100 11 1010110 101011

Color Harmonies of #CC180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC180F

Black with #CC180F

Text Example


Text Example

White with #CC180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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