Html Css Color HEX #CC320D Harley Davidson Orange

📋 copy color: '#CC320D'

red 204 ◦ green 50 ◦ blue 13

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

Shades of Harley Davidson Orange #CC320D

Tints of Harley Davidson Orange #CC320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 76.4%
G = 18.73%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC320D (or 0xCC320D) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 0D. RGB value is (204,50,13). Sum of RGB (Red+Green+Blue) = 204+50+13=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC320D is #33CDF2. Grayscale: #5C5C5C. Windows color (decimal): -3395059 or 864972. OLE color: 864972.

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

Color convert

RGB 204 50 13 -
CMYK 0 0.75 0.94 0.2
HSL 11.62º 0.88% 0.43% -
HSV(B) 11.62º 0.94% 0.8% -
XYZ 26.12 15.15 1.93 -
YUV 91.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 204 50 13 0 0.75 0.94 0.2 11.62 0.88 0.43
Hex CC 32 D 0 4B 5E 14 C 58 2B
Octal 314 62 15 0 113 136 24 14 130 53
Binary 11001100 110010 1101 0 1001011 1011110 10100 1100 1011000 101011

Color Harmonies of #CC320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC320D

Black with #CC320D

Text Example


Text Example

White with #CC320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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