Html Css Color HEX #C83113 Harley Davidson Orange

📋 copy color: '#C83113'

red 200 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #C83113

Tints of Harley Davidson Orange #C83113

RGB

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

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

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

R = 74.63%
G = 18.28%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C83113 (or 0xC83113) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 13. RGB value is (200,49,19). Sum of RGB (Red+Green+Blue) = 200+49+19=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C83113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83113 is #37CEEC. Grayscale: #5B5B5B. Windows color (decimal): -3657453 or 1257928. OLE color: 1257928.

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

Color convert

RGB 200 49 19 -
CMYK 0 0.76 0.90 0.22
HSL 9.94º 0.83% 0.43% -
HSV(B) 9.94º 0.91% 0.78% -
XYZ 25.04 14.52 2.1 -
YUV 90.73 87.53 205.94 -
System Red Green Blue C M Y K H S L
Decimal 200 49 19 0 0.76 0.90 0.22 9.94 0.83 0.43
Hex C8 31 13 0 4C 5A 16 A 53 2B
Octal 310 61 23 0 114 132 26 12 123 53
Binary 11001000 110001 10011 0 1001100 1011010 10110 1010 1010011 101011

Color Harmonies of #C83113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83113

Black with #C83113

Text Example


Text Example

White with #C83113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83113; }

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

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

background-color css

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

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

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

border-color css

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

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

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