Html Css Color HEX #CC3A24 Harley Davidson Orange

📋 copy color: '#CC3A24'

red 204 ◦ green 58 ◦ blue 36

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

Shades of Harley Davidson Orange #CC3A24

Tints of Harley Davidson Orange #CC3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

 BLUE value IS 36 (14.45% from 255) = 12.08%

R = 68.46%
G = 19.46%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3A24 (or 0xCC3A24) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 24. RGB value is (204,58,36). Sum of RGB (Red+Green+Blue) = 204+58+36=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A24 is #33C5DB. Grayscale: #636363. Windows color (decimal): -3392988 or 2374348. OLE color: 2374348.

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

Color convert

RGB 204 58 36 -
CMYK 0 0.72 0.82 0.2
HSL 7.86º 0.7% 0.47% -
HSV(B) 7.86º 0.82% 0.8% -
XYZ 26.73 15.99 3.35 -
YUV 99.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 204 58 36 0 0.72 0.82 0.2 7.86 0.7 0.47
Hex CC 3A 24 0 48 52 14 8 46 2F
Octal 314 72 44 0 110 122 24 10 106 57
Binary 11001100 111010 100100 0 1001000 1010010 10100 1000 1000110 101111

Color Harmonies of #CC3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A24

Black with #CC3A24

Text Example


Text Example

White with #CC3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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