Html Css Color HEX #CC3D20 Harley Davidson Orange

📋 copy color: '#CC3D20'

red 204 ◦ green 61 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3D20

Tints of Harley Davidson Orange #CC3D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.54%

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 68.69%
G = 20.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3D20 (or 0xCC3D20) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 20. RGB value is (204,61,32). Sum of RGB (Red+Green+Blue) = 204+61+32=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D20 is #33C2DF. Grayscale: #646464. Windows color (decimal): -3392224 or 2112972. OLE color: 2112972.

HSL color Cylindrical-coordinate representation of color #CC3D20: hue angle of 10.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3D20 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 32 -
CMYK 0 0.70 0.84 0.2
HSL 10.12º 0.73% 0.46% -
HSV(B) 10.12º 0.84% 0.8% -
XYZ 26.83 16.28 3.09 -
YUV 100.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 204 61 32 0 0.70 0.84 0.2 10.12 0.73 0.46
Hex CC 3D 20 0 46 54 14 A 49 2E
Octal 314 75 40 0 106 124 24 12 111 56
Binary 11001100 111101 100000 0 1000110 1010100 10100 1010 1001001 101110

Color Harmonies of #CC3D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D20

Black with #CC3D20

Text Example


Text Example

White with #CC3D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D20; }

 p { color: rgb(204,61,32); }

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

background-color css

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

 a { background-color: rgb(204,61,32); }

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

border-color css

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

 span { border-color: rgb(204,61,32); }

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