Html Css Color HEX #C03812 Harley Davidson Orange

📋 copy color: '#C03812'

red 192 ◦ green 56 ◦ blue 18

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

Shades of Harley Davidson Orange #C03812

Tints of Harley Davidson Orange #C03812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 72.18%
G = 21.05%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C03812 (or 0xC03812) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 12. RGB value is (192,56,18). Sum of RGB (Red+Green+Blue) = 192+56+18=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03812 is #3FC7ED. Grayscale: #5C5C5C. Windows color (decimal): -4179950 or 1194176. OLE color: 1194176.

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

Color convert

RGB 192 56 18 -
CMYK 0 0.71 0.91 0.25
HSL 13.1º 0.83% 0.41% -
HSV(B) 13.1º 0.91% 0.75% -
XYZ 23.26 14.08 2.06 -
YUV 92.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 192 56 18 0 0.71 0.91 0.25 13.1 0.83 0.41
Hex C0 38 12 0 47 5B 19 D 53 29
Octal 300 70 22 0 107 133 31 15 123 51
Binary 11000000 111000 10010 0 1000111 1011011 11001 1101 1010011 101001

Color Harmonies of #C03812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03812

Black with #C03812

Text Example


Text Example

White with #C03812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03812; }

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

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

background-color css

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

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

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

border-color css

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

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

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