Html Css Color HEX #C82314 Harley Davidson Orange

📋 copy color: '#C82314'

red 200 ◦ green 35 ◦ blue 20

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

Shades of Harley Davidson Orange #C82314

Tints of Harley Davidson Orange #C82314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 78.43%
G = 13.73%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C82314 (or 0xC82314) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 14. RGB value is (200,35,20). Sum of RGB (Red+Green+Blue) = 200+35+20=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82314 is #37DCEB. Grayscale: #525252. Windows color (decimal): -3661036 or 1319880. OLE color: 1319880.

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

Color convert

RGB 200 35 20 -
CMYK 0 0.82 0.9 0.22
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 24.55 13.53 1.98 -
YUV 82.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 200 35 20 0 0.82 0.9 0.22 5 0.82 0.43
Hex C8 23 14 0 52 5A 16 5 52 2B
Octal 310 43 24 0 122 132 26 5 122 53
Binary 11001000 100011 10100 0 1010010 1011010 10110 101 1010010 101011

Color Harmonies of #C82314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82314

Black with #C82314

Text Example


Text Example

White with #C82314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82314; }

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

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

background-color css

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

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

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

border-color css

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

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

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