Html Css Color HEX #C03512 Harley Davidson Orange

📋 copy color: '#C03512'

red 192 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #C03512

Tints of Harley Davidson Orange #C03512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 73%
G = 20.15%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C03512 (or 0xC03512) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 12. RGB value is (192,53,18). Sum of RGB (Red+Green+Blue) = 192+53+18=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03512 is #3FCAED. Grayscale: #5A5A5A. Windows color (decimal): -4180718 or 1193408. OLE color: 1193408.

HSL color Cylindrical-coordinate representation of color #C03512: hue angle of 12.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03512 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 18 -
CMYK 0 0.72 0.91 0.25
HSL 12.07º 0.83% 0.41% -
HSV(B) 12.07º 0.91% 0.75% -
XYZ 23.12 13.8 2.02 -
YUV 90.57 87.05 200.35 -
System Red Green Blue C M Y K H S L
Decimal 192 53 18 0 0.72 0.91 0.25 12.07 0.83 0.41
Hex C0 35 12 0 48 5B 19 C 53 29
Octal 300 65 22 0 110 133 31 14 123 51
Binary 11000000 110101 10010 0 1001000 1011011 11001 1100 1010011 101001

Color Harmonies of #C03512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03512

Black with #C03512

Text Example


Text Example

White with #C03512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03512; }

 p { color: rgb(192,53,18); }

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

background-color css

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

 a { background-color: rgb(192,53,18); }

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

border-color css

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

 span { border-color: rgb(192,53,18); }

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