Html Css Color HEX #CC2405 Harley Davidson Orange

📋 copy color: '#CC2405'

red 204 ◦ green 36 ◦ blue 5

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

Shades of Harley Davidson Orange #CC2405

Tints of Harley Davidson Orange #CC2405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 83.27%
G = 14.69%
B = 2.04%

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

#CC2405 (or 0xCC2405) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 05. RGB value is (204,36,5). Sum of RGB (Red+Green+Blue) = 204+36+5=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2405 is #33DBFA. Grayscale: #525252. Windows color (decimal): -3398651 or 337100. OLE color: 337100.

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

Color convert

RGB 204 36 5 -
CMYK 0 0.82 0.98 0.2
HSL 9.35º 0.95% 0.41% -
HSV(B) 9.35º 0.98% 0.8% -
XYZ 25.56 14.11 1.52 -
YUV 82.7 84.16 214.52 -
System Red Green Blue C M Y K H S L
Decimal 204 36 5 0 0.82 0.98 0.2 9.35 0.95 0.41
Hex CC 24 5 0 52 62 14 9 5F 29
Octal 314 44 5 0 122 142 24 11 137 51
Binary 11001100 100100 101 0 1010010 1100010 10100 1001 1011111 101001

Color Harmonies of #CC2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2405

Black with #CC2405

Text Example


Text Example

White with #CC2405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2405; }

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

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

background-color css

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

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

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

border-color css

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

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

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