Html Css Color HEX #CC290C Harley Davidson Orange

📋 copy color: '#CC290C'

red 204 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #CC290C

Tints of Harley Davidson Orange #CC290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 79.38%
G = 15.95%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC290C (or 0xCC290C) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 0C. RGB value is (204,41,12). Sum of RGB (Red+Green+Blue) = 204+41+12=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC290C is #33D6F3. Grayscale: #565656. Windows color (decimal): -3397364 or 797132. OLE color: 797132.

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

Color convert

RGB 204 41 12 -
CMYK 0 0.80 0.94 0.2
HSL 9.06º 0.89% 0.42% -
HSV(B) 9.06º 0.94% 0.8% -
XYZ 25.76 14.45 1.78 -
YUV 86.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 204 41 12 0 0.80 0.94 0.2 9.06 0.89 0.42
Hex CC 29 C 0 50 5E 14 9 59 2A
Octal 314 51 14 0 120 136 24 11 131 52
Binary 11001100 101001 1100 0 1010000 1011110 10100 1001 1011001 101010

Color Harmonies of #CC290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC290C

Black with #CC290C

Text Example


Text Example

White with #CC290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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