Html Css Color HEX #C83321 Harley Davidson Orange

📋 copy color: '#C83321'

red 200 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #C83321

Tints of Harley Davidson Orange #C83321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 70.42%
G = 17.96%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C83321 (or 0xC83321) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 21. RGB value is (200,51,33). Sum of RGB (Red+Green+Blue) = 200+51+33=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C83321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83321 is #37CCDE. Grayscale: #5D5D5D. Windows color (decimal): -3656927 or 2175944. OLE color: 2175944.

HSL color Cylindrical-coordinate representation of color #C83321: hue angle of 6.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C83321 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 33 -
CMYK 0 0.74 0.84 0.22
HSL 6.47º 0.72% 0.46% -
HSV(B) 6.47º 0.84% 0.78% -
XYZ 25.28 14.76 2.95 -
YUV 93.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 200 51 33 0 0.74 0.84 0.22 6.47 0.72 0.46
Hex C8 33 21 0 4A 54 16 6 48 2E
Octal 310 63 41 0 112 124 26 6 110 56
Binary 11001000 110011 100001 0 1001010 1010100 10110 110 1001000 101110

Color Harmonies of #C83321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83321

Black with #C83321

Text Example


Text Example

White with #C83321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83321; }

 p { color: rgb(200,51,33); }

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

background-color css

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

 a { background-color: rgb(200,51,33); }

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

border-color css

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

 span { border-color: rgb(200,51,33); }

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