Html Css Color HEX #CC3C0D Harley Davidson Orange

📋 copy color: '#CC3C0D'

red 204 ◦ green 60 ◦ blue 13

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

Shades of Harley Davidson Orange #CC3C0D

Tints of Harley Davidson Orange #CC3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 73.65%
G = 21.66%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC3C0D (or 0xCC3C0D) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 0D. RGB value is (204,60,13). Sum of RGB (Red+Green+Blue) = 204+60+13=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C0D is #33C3F2. Grayscale: #626262. Windows color (decimal): -3392499 or 867532. OLE color: 867532.

HSL color Cylindrical-coordinate representation of color #CC3C0D: hue angle of 14.76º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC3C0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 60 13 -
CMYK 0 0.71 0.94 0.2
HSL 14.76º 0.88% 0.43% -
HSV(B) 14.76º 0.94% 0.8% -
XYZ 26.59 16.1 2.09 -
YUV 97.7 80.21 203.82 -
System Red Green Blue C M Y K H S L
Decimal 204 60 13 0 0.71 0.94 0.2 14.76 0.88 0.43
Hex CC 3C D 0 47 5E 14 F 58 2B
Octal 314 74 15 0 107 136 24 17 130 53
Binary 11001100 111100 1101 0 1000111 1011110 10100 1111 1011000 101011

Color Harmonies of #CC3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C0D

Black with #CC3C0D

Text Example


Text Example

White with #CC3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C0D; }

 p { color: rgb(204,60,13); }

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

background-color css

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

 a { background-color: rgb(204,60,13); }

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

border-color css

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

 span { border-color: rgb(204,60,13); }

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