Html Css Color HEX #CC2503 Harley Davidson Orange

📋 copy color: '#CC2503'

red 204 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #CC2503

Tints of Harley Davidson Orange #CC2503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 83.61%
G = 15.16%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2503 (or 0xCC2503) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 03. RGB value is (204,37,3). Sum of RGB (Red+Green+Blue) = 204+37+3=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2503 is #33DAFC. Grayscale: #535353. Windows color (decimal): -3398397 or 206284. OLE color: 206284.

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

Color convert

RGB 204 37 3 -
CMYK 0 0.82 0.99 0.2
HSL 10.15º 0.97% 0.41% -
HSV(B) 10.15º 0.99% 0.8% -
XYZ 25.58 14.17 1.47 -
YUV 83.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 204 37 3 0 0.82 0.99 0.2 10.15 0.97 0.41
Hex CC 25 3 0 52 63 14 A 61 29
Octal 314 45 3 0 122 143 24 12 141 51
Binary 11001100 100101 11 0 1010010 1100011 10100 1010 1100001 101001

Color Harmonies of #CC2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2503

Black with #CC2503

Text Example


Text Example

White with #CC2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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