Html Css Color HEX #C02713 Harley Davidson Orange

📋 copy color: '#C02713'

red 192 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #C02713

Tints of Harley Davidson Orange #C02713

RGB

 RED value IS 192 (75.39% from 255) = 76.8%

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 76.8%
G = 15.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C02713 (or 0xC02713) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 13. RGB value is (192,39,19). Sum of RGB (Red+Green+Blue) = 192+39+19=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02713 is #3FD8EC. Grayscale: #525252. Windows color (decimal): -4184301 or 1255360. OLE color: 1255360.

HSL color Cylindrical-coordinate representation of color #C02713: hue angle of 6.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02713 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 19 -
CMYK 0 0.80 0.90 0.25
HSL 6.94º 0.82% 0.41% -
HSV(B) 6.94º 0.9% 0.75% -
XYZ 22.58 12.7 1.88 -
YUV 82.47 92.19 206.13 -
System Red Green Blue C M Y K H S L
Decimal 192 39 19 0 0.80 0.90 0.25 6.94 0.82 0.41
Hex C0 27 13 0 50 5A 19 7 52 29
Octal 300 47 23 0 120 132 31 7 122 51
Binary 11000000 100111 10011 0 1010000 1011010 11001 111 1010010 101001

Color Harmonies of #C02713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02713

Black with #C02713

Text Example


Text Example

White with #C02713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02713; }

 p { color: rgb(192,39,19); }

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

background-color css

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

 a { background-color: rgb(192,39,19); }

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

border-color css

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

 span { border-color: rgb(192,39,19); }

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