Html Css Color HEX #CC2907 Harley Davidson Orange

📋 copy color: '#CC2907'

red 204 ◦ green 41 ◦ blue 7

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

Shades of Harley Davidson Orange #CC2907

Tints of Harley Davidson Orange #CC2907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 80.95%
G = 16.27%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2907 (or 0xCC2907) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 07. RGB value is (204,41,7). Sum of RGB (Red+Green+Blue) = 204+41+7=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2907 is #33D6F8. Grayscale: #565656. Windows color (decimal): -3397369 or 469452. OLE color: 469452.

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

Color convert

RGB 204 41 7 -
CMYK 0 0.80 0.97 0.2
HSL 10.36º 0.93% 0.41% -
HSV(B) 10.36º 0.97% 0.8% -
XYZ 25.73 14.44 1.63 -
YUV 85.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 204 41 7 0 0.80 0.97 0.2 10.36 0.93 0.41
Hex CC 29 7 0 50 61 14 A 5D 29
Octal 314 51 7 0 120 141 24 12 135 51
Binary 11001100 101001 111 0 1010000 1100001 10100 1010 1011101 101001

Color Harmonies of #CC2907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2907

Black with #CC2907

Text Example


Text Example

White with #CC2907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2907; }

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

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

background-color css

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

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

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

border-color css

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

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

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