Html Css Color HEX #C83112 Harley Davidson Orange

📋 copy color: '#C83112'

red 200 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #C83112

Tints of Harley Davidson Orange #C83112

RGB

 RED value IS 200 (78.52% from 255) = 74.91%

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 74.91%
G = 18.35%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C83112 (or 0xC83112) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 12. RGB value is (200,49,18). Sum of RGB (Red+Green+Blue) = 200+49+18=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C83112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83112 is #37CEED. Grayscale: #5A5A5A. Windows color (decimal): -3657454 or 1192392. OLE color: 1192392.

HSL color Cylindrical-coordinate representation of color #C83112: hue angle of 10.22º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C83112 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 18 -
CMYK 0 0.76 0.91 0.22
HSL 10.22º 0.83% 0.43% -
HSV(B) 10.22º 0.91% 0.78% -
XYZ 25.03 14.52 2.06 -
YUV 90.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 200 49 18 0 0.76 0.91 0.22 10.22 0.83 0.43
Hex C8 31 12 0 4C 5B 16 A 53 2B
Octal 310 61 22 0 114 133 26 12 123 53
Binary 11001000 110001 10010 0 1001100 1011011 10110 1010 1010011 101011

Color Harmonies of #C83112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83112

Black with #C83112

Text Example


Text Example

White with #C83112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83112; }

 p { color: rgb(200,49,18); }

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

background-color css

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

 a { background-color: rgb(200,49,18); }

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

border-color css

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

 span { border-color: rgb(200,49,18); }

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