Html Css Color HEX #C83322 Harley Davidson Orange

📋 copy color: '#C83322'

red 200 ◦ green 51 ◦ blue 34

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

Shades of Harley Davidson Orange #C83322

Tints of Harley Davidson Orange #C83322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 70.18%
G = 17.89%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C83322 (or 0xC83322) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 22. RGB value is (200,51,34). Sum of RGB (Red+Green+Blue) = 200+51+34=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C83322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83322 is #37CCDD. Grayscale: #5D5D5D. Windows color (decimal): -3656926 or 2241480. OLE color: 2241480.

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

Color convert

RGB 200 51 34 -
CMYK 0 0.74 0.83 0.22
HSL 6.14º 0.71% 0.46% -
HSV(B) 6.14º 0.83% 0.78% -
XYZ 25.29 14.76 3.03 -
YUV 93.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 200 51 34 0 0.74 0.83 0.22 6.14 0.71 0.46
Hex C8 33 22 0 4A 53 16 6 47 2E
Octal 310 63 42 0 112 123 26 6 107 56
Binary 11001000 110011 100010 0 1001010 1010011 10110 110 1000111 101110

Color Harmonies of #C83322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83322

Black with #C83322

Text Example


Text Example

White with #C83322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83322; }

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

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

background-color css

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

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

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

border-color css

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

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

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