Html Css Color HEX #CC291F Harley Davidson Orange

📋 copy color: '#CC291F'

red 204 ◦ green 41 ◦ blue 31

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

Shades of Harley Davidson Orange #CC291F

Tints of Harley Davidson Orange #CC291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 73.91%
G = 14.86%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC291F (or 0xCC291F) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 1F. RGB value is (204,41,31). Sum of RGB (Red+Green+Blue) = 204+41+31=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC291F is #33D6E0. Grayscale: #585858. Windows color (decimal): -3397345 or 2042316. OLE color: 2042316.

HSL color Cylindrical-coordinate representation of color #CC291F: hue angle of 3.47º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC291F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 41 31 -
CMYK 0 0.80 0.85 0.2
HSL 3.47º 0.74% 0.46% -
HSV(B) 3.47º 0.85% 0.8% -
XYZ 25.94 14.52 2.73 -
YUV 88.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 204 41 31 0 0.80 0.85 0.2 3.47 0.74 0.46
Hex CC 29 1F 0 50 55 14 3 4A 2E
Octal 314 51 37 0 120 125 24 3 112 56
Binary 11001100 101001 11111 0 1010000 1010101 10100 11 1001010 101110

Color Harmonies of #CC291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC291F

Black with #CC291F

Text Example


Text Example

White with #CC291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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