Html Css Color HEX #C83020 Harley Davidson Orange

📋 copy color: '#C83020'

red 200 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #C83020

Tints of Harley Davidson Orange #C83020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 71.43%
G = 17.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C83020 (or 0xC83020) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 20. RGB value is (200,48,32). Sum of RGB (Red+Green+Blue) = 200+48+32=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C83020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83020 is #37CFDF. Grayscale: #5B5B5B. Windows color (decimal): -3657696 or 2109640. OLE color: 2109640.

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

Color convert

RGB 200 48 32 -
CMYK 0 0.76 0.84 0.22
HSL 5.71º 0.72% 0.45% -
HSV(B) 5.71º 0.84% 0.78% -
XYZ 25.14 14.5 2.84 -
YUV 91.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 200 48 32 0 0.76 0.84 0.22 5.71 0.72 0.45
Hex C8 30 20 0 4C 54 16 6 48 2D
Octal 310 60 40 0 114 124 26 6 110 55
Binary 11001000 110000 100000 0 1001100 1010100 10110 110 1001000 101101

Color Harmonies of #C83020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83020

Black with #C83020

Text Example


Text Example

White with #C83020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83020; }

 p { color: rgb(200,48,32); }

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

background-color css

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

 a { background-color: rgb(200,48,32); }

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

border-color css

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

 span { border-color: rgb(200,48,32); }

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