Html Css Color HEX #CC2613 Harley Davidson Orange

📋 copy color: '#CC2613'

red 204 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2613

Tints of Harley Davidson Orange #CC2613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 78.16%
G = 14.56%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2613 (or 0xCC2613) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 13. RGB value is (204,38,19). Sum of RGB (Red+Green+Blue) = 204+38+19=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2613 is #33D9EC. Grayscale: #555555. Windows color (decimal): -3398125 or 1255116. OLE color: 1255116.

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

Color convert

RGB 204 38 19 -
CMYK 0 0.81 0.91 0.2
HSL 6.16º 0.83% 0.44% -
HSV(B) 6.16º 0.91% 0.8% -
XYZ 25.71 14.27 2.02 -
YUV 85.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 204 38 19 0 0.81 0.91 0.2 6.16 0.83 0.44
Hex CC 26 13 0 51 5B 14 6 53 2C
Octal 314 46 23 0 121 133 24 6 123 54
Binary 11001100 100110 10011 0 1010001 1011011 10100 110 1010011 101100

Color Harmonies of #CC2613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2613

Black with #CC2613

Text Example


Text Example

White with #CC2613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2613; }

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

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

background-color css

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

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

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

border-color css

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

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

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