Html Css Color HEX #CC2E07 Harley Davidson Orange

📋 copy color: '#CC2E07'

red 204 ◦ green 46 ◦ blue 7

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

Shades of Harley Davidson Orange #CC2E07

Tints of Harley Davidson Orange #CC2E07

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

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

R = 79.38%
G = 17.9%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2E07 (or 0xCC2E07) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 07. RGB value is (204,46,7). Sum of RGB (Red+Green+Blue) = 204+46+7=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E07 is #33D1F8. Grayscale: #595959. Windows color (decimal): -3396089 or 470732. OLE color: 470732.

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

Color convert

RGB 204 46 7 -
CMYK 0 0.77 0.97 0.2
HSL 11.88º 0.93% 0.41% -
HSV(B) 11.88º 0.97% 0.8% -
XYZ 25.92 14.81 1.69 -
YUV 88.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 204 46 7 0 0.77 0.97 0.2 11.88 0.93 0.41
Hex CC 2E 7 0 4D 61 14 C 5D 29
Octal 314 56 7 0 115 141 24 14 135 51
Binary 11001100 101110 111 0 1001101 1100001 10100 1100 1011101 101001

Color Harmonies of #CC2E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E07

Black with #CC2E07

Text Example


Text Example

White with #CC2E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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