Html Css Color HEX #CC1D18 Harley Davidson Orange

📋 copy color: '#CC1D18'

red 204 ◦ green 29 ◦ blue 24

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

Shades of Harley Davidson Orange #CC1D18

Tints of Harley Davidson Orange #CC1D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 79.38%
G = 11.28%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1D18 (or 0xCC1D18) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 18. RGB value is (204,29,24). Sum of RGB (Red+Green+Blue) = 204+29+24=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D18 is #33E2E7. Grayscale: #505050. Windows color (decimal): -3400424 or 1580492. OLE color: 1580492.

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

Color convert

RGB 204 29 24 -
CMYK 0 0.86 0.88 0.2
HSL 1.67º 0.79% 0.45% -
HSV(B) 1.67º 0.88% 0.8% -
XYZ 25.51 13.78 2.18 -
YUV 80.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 204 29 24 0 0.86 0.88 0.2 1.67 0.79 0.45
Hex CC 1D 18 0 56 58 14 2 4F 2D
Octal 314 35 30 0 126 130 24 2 117 55
Binary 11001100 11101 11000 0 1010110 1011000 10100 10 1001111 101101

Color Harmonies of #CC1D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D18

Black with #CC1D18

Text Example


Text Example

White with #CC1D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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