Html Css Color HEX #CC2303 Harley Davidson Orange

📋 copy color: '#CC2303'

red 204 ◦ green 35 ◦ blue 3

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

Shades of Harley Davidson Orange #CC2303

Tints of Harley Davidson Orange #CC2303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

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

R = 84.3%
G = 14.46%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2303 (or 0xCC2303) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 03. RGB value is (204,35,3). Sum of RGB (Red+Green+Blue) = 204+35+3=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2303 is #33DCFC. Grayscale: #525252. Windows color (decimal): -3398909 or 205772. OLE color: 205772.

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

Color convert

RGB 204 35 3 -
CMYK 0 0.83 0.99 0.2
HSL 9.55º 0.97% 0.41% -
HSV(B) 9.55º 0.99% 0.8% -
XYZ 25.52 14.05 1.45 -
YUV 81.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 204 35 3 0 0.83 0.99 0.2 9.55 0.97 0.41
Hex CC 23 3 0 53 63 14 A 61 29
Octal 314 43 3 0 123 143 24 12 141 51
Binary 11001100 100011 11 0 1010011 1100011 10100 1010 1100001 101001

Color Harmonies of #CC2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2303

Black with #CC2303

Text Example


Text Example

White with #CC2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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