Html Css Color HEX #CC2513 Harley Davidson Orange

📋 copy color: '#CC2513'

red 204 ◦ green 37 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2513

Tints of Harley Davidson Orange #CC2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 78.46%
G = 14.23%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2513 (or 0xCC2513) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 13. RGB value is (204,37,19). Sum of RGB (Red+Green+Blue) = 204+37+19=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2513 is #33DAEC. Grayscale: #555555. Windows color (decimal): -3398381 or 1254860. OLE color: 1254860.

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

Color convert

RGB 204 37 19 -
CMYK 0 0.82 0.91 0.2
HSL 5.84º 0.83% 0.44% -
HSV(B) 5.84º 0.91% 0.8% -
XYZ 25.68 14.21 2 -
YUV 84.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 204 37 19 0 0.82 0.91 0.2 5.84 0.83 0.44
Hex CC 25 13 0 52 5B 14 6 53 2C
Octal 314 45 23 0 122 133 24 6 123 54
Binary 11001100 100101 10011 0 1010010 1011011 10100 110 1010011 101100

Color Harmonies of #CC2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2513

Black with #CC2513

Text Example


Text Example

White with #CC2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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