Html Css Color HEX #CC3013 Harley Davidson Orange

📋 copy color: '#CC3013'

red 204 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #CC3013

Tints of Harley Davidson Orange #CC3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 75.28%
G = 17.71%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3013 (or 0xCC3013) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 13. RGB value is (204,48,19). Sum of RGB (Red+Green+Blue) = 204+48+19=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3013 is #33CFEC. Grayscale: #5B5B5B. Windows color (decimal): -3395565 or 1257676. OLE color: 1257676.

HSL color Cylindrical-coordinate representation of color #CC3013: hue angle of 9.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3013 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 19 -
CMYK 0 0.76 0.91 0.2
HSL 9.41º 0.83% 0.44% -
HSV(B) 9.41º 0.91% 0.8% -
XYZ 26.08 15 2.14 -
YUV 91.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 204 48 19 0 0.76 0.91 0.2 9.41 0.83 0.44
Hex CC 30 13 0 4C 5B 14 9 53 2C
Octal 314 60 23 0 114 133 24 11 123 54
Binary 11001100 110000 10011 0 1001100 1011011 10100 1001 1010011 101100

Color Harmonies of #CC3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3013

Black with #CC3013

Text Example


Text Example

White with #CC3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3013; }

 p { color: rgb(204,48,19); }

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

background-color css

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

 a { background-color: rgb(204,48,19); }

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

border-color css

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

 span { border-color: rgb(204,48,19); }

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