Html Css Color HEX #C82313 Harley Davidson Orange

📋 copy color: '#C82313'

red 200 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #C82313

Tints of Harley Davidson Orange #C82313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 78.74%
G = 13.78%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C82313 (or 0xC82313) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 13. RGB value is (200,35,19). Sum of RGB (Red+Green+Blue) = 200+35+19=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C82313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82313 is #37DCEC. Grayscale: #525252. Windows color (decimal): -3661037 or 1254344. OLE color: 1254344.

HSL color Cylindrical-coordinate representation of color #C82313: hue angle of 5.3º 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 #C82313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 19 -
CMYK 0 0.82 0.90 0.22
HSL 5.3º 0.83% 0.43% -
HSV(B) 5.3º 0.91% 0.78% -
XYZ 24.54 13.53 1.93 -
YUV 82.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 200 35 19 0 0.82 0.90 0.22 5.3 0.83 0.43
Hex C8 23 13 0 52 5A 16 5 53 2B
Octal 310 43 23 0 122 132 26 5 123 53
Binary 11001000 100011 10011 0 1010010 1011010 10110 101 1010011 101011

Color Harmonies of #C82313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82313

Black with #C82313

Text Example


Text Example

White with #C82313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82313; }

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

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

background-color css

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

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

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

border-color css

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

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

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