Html Css Color HEX #CC2305 Harley Davidson Orange

📋 copy color: '#CC2305'

red 204 ◦ green 35 ◦ blue 5

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

Shades of Harley Davidson Orange #CC2305

Tints of Harley Davidson Orange #CC2305

RGB

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

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

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

R = 83.61%
G = 14.34%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2305 (or 0xCC2305) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 05. RGB value is (204,35,5). Sum of RGB (Red+Green+Blue) = 204+35+5=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2305 is #33DCFA. Grayscale: #525252. Windows color (decimal): -3398907 or 336844. OLE color: 336844.

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

Color convert

RGB 204 35 5 -
CMYK 0 0.83 0.98 0.2
HSL 9.05º 0.95% 0.41% -
HSV(B) 9.05º 0.98% 0.8% -
XYZ 25.53 14.05 1.51 -
YUV 82.11 84.49 214.94 -
System Red Green Blue C M Y K H S L
Decimal 204 35 5 0 0.83 0.98 0.2 9.05 0.95 0.41
Hex CC 23 5 0 53 62 14 9 5F 29
Octal 314 43 5 0 123 142 24 11 137 51
Binary 11001100 100011 101 0 1010011 1100010 10100 1001 1011111 101001

Color Harmonies of #CC2305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2305

Black with #CC2305

Text Example


Text Example

White with #CC2305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2305; }

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

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

background-color css

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

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

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

border-color css

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

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

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