Html Css Color HEX #CC2505 Harley Davidson Orange

📋 copy color: '#CC2505'

red 204 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #CC2505

Tints of Harley Davidson Orange #CC2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 82.93%
G = 15.04%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2505 (or 0xCC2505) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 05. RGB value is (204,37,5). Sum of RGB (Red+Green+Blue) = 204+37+5=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2505 is #33DAFA. Grayscale: #535353. Windows color (decimal): -3398395 or 337356. OLE color: 337356.

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

Color convert

RGB 204 37 5 -
CMYK 0 0.82 0.98 0.2
HSL 9.65º 0.95% 0.41% -
HSV(B) 9.65º 0.98% 0.8% -
XYZ 25.59 14.17 1.53 -
YUV 83.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 204 37 5 0 0.82 0.98 0.2 9.65 0.95 0.41
Hex CC 25 5 0 52 62 14 A 5F 29
Octal 314 45 5 0 122 142 24 12 137 51
Binary 11001100 100101 101 0 1010010 1100010 10100 1010 1011111 101001

Color Harmonies of #CC2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2505

Black with #CC2505

Text Example


Text Example

White with #CC2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2505; }

 p { color: rgb(204,37,5); }

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

background-color css

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

 a { background-color: rgb(204,37,5); }

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

border-color css

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

 span { border-color: rgb(204,37,5); }

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