Html Css Color HEX #CC291C Harley Davidson Orange

📋 copy color: '#CC291C'

red 204 ◦ green 41 ◦ blue 28

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

Shades of Harley Davidson Orange #CC291C

Tints of Harley Davidson Orange #CC291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 74.73%
G = 15.02%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC291C (or 0xCC291C) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 1C. RGB value is (204,41,28). Sum of RGB (Red+Green+Blue) = 204+41+28=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC291C is #33D6E3. Grayscale: #585858. Windows color (decimal): -3397348 or 1845708. OLE color: 1845708.

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

Color convert

RGB 204 41 28 -
CMYK 0 0.80 0.86 0.2
HSL 4.43º 0.76% 0.45% -
HSV(B) 4.43º 0.86% 0.8% -
XYZ 25.9 14.51 2.53 -
YUV 88.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 204 41 28 0 0.80 0.86 0.2 4.43 0.76 0.45
Hex CC 29 1C 0 50 56 14 4 4C 2D
Octal 314 51 34 0 120 126 24 4 114 55
Binary 11001100 101001 11100 0 1010000 1010110 10100 100 1001100 101101

Color Harmonies of #CC291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC291C

Black with #CC291C

Text Example


Text Example

White with #CC291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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