Html Css Color HEX #CC1F19 Harley Davidson Orange

📋 copy color: '#CC1F19'

red 204 ◦ green 31 ◦ blue 25

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

Shades of Harley Davidson Orange #CC1F19

Tints of Harley Davidson Orange #CC1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

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

R = 78.46%
G = 11.92%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1F19 (or 0xCC1F19) is known color: Harley Davidson Orange. HEX triplet: CC, 1F and 19. RGB value is (204,31,25). Sum of RGB (Red+Green+Blue) = 204+31+25=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1F19 is #33E0E6. Grayscale: #525252. Windows color (decimal): -3399911 or 1646540. OLE color: 1646540.

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

Color convert

RGB 204 31 25 -
CMYK 0 0.85 0.88 0.2
HSL 2.01º 0.78% 0.45% -
HSV(B) 2.01º 0.88% 0.8% -
XYZ 25.57 13.89 2.25 -
YUV 82.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 204 31 25 0 0.85 0.88 0.2 2.01 0.78 0.45
Hex CC 1F 19 0 55 58 14 2 4E 2D
Octal 314 37 31 0 125 130 24 2 116 55
Binary 11001100 11111 11001 0 1010101 1011000 10100 10 1001110 101101

Color Harmonies of #CC1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F19

Black with #CC1F19

Text Example


Text Example

White with #CC1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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