Html Css Color HEX #CC1D19 Harley Davidson Orange

📋 copy color: '#CC1D19'

red 204 ◦ green 29 ◦ blue 25

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

Shades of Harley Davidson Orange #CC1D19

Tints of Harley Davidson Orange #CC1D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 79.07%
G = 11.24%
B = 9.69%

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

#CC1D19 (or 0xCC1D19) is known color: Harley Davidson Orange. HEX triplet: CC, 1D and 19. RGB value is (204,29,25). Sum of RGB (Red+Green+Blue) = 204+29+25=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1D19 is #33E2E6. Grayscale: #515151. Windows color (decimal): -3400423 or 1646028. OLE color: 1646028.

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

Color convert

RGB 204 29 25 -
CMYK 0 0.86 0.88 0.2
HSL 1.34º 0.78% 0.45% -
HSV(B) 1.34º 0.88% 0.8% -
XYZ 25.52 13.79 2.24 -
YUV 80.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 204 29 25 0 0.86 0.88 0.2 1.34 0.78 0.45
Hex CC 1D 19 0 56 58 14 1 4E 2D
Octal 314 35 31 0 126 130 24 1 116 55
Binary 11001100 11101 11001 0 1010110 1011000 10100 1 1001110 101101

Color Harmonies of #CC1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1D19

Black with #CC1D19

Text Example


Text Example

White with #CC1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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