Html Css Color HEX #C83416 Harley Davidson Orange

📋 copy color: '#C83416'

red 200 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #C83416

Tints of Harley Davidson Orange #C83416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 72.99%
G = 18.98%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83416 (or 0xC83416) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 16. RGB value is (200,52,22). Sum of RGB (Red+Green+Blue) = 200+52+22=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C83416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83416 is #37CBE9. Grayscale: #5D5D5D. Windows color (decimal): -3656682 or 1455304. OLE color: 1455304.

HSL color Cylindrical-coordinate representation of color #C83416: hue angle of 10.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C83416 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 22 -
CMYK 0 0.74 0.89 0.22
HSL 10.11º 0.8% 0.44% -
HSV(B) 10.11º 0.89% 0.78% -
XYZ 25.19 14.79 2.29 -
YUV 92.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 200 52 22 0 0.74 0.89 0.22 10.11 0.8 0.44
Hex C8 34 16 0 4A 59 16 A 50 2C
Octal 310 64 26 0 112 131 26 12 120 54
Binary 11001000 110100 10110 0 1001010 1011001 10110 1010 1010000 101100

Color Harmonies of #C83416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83416

Black with #C83416

Text Example


Text Example

White with #C83416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83416; }

 p { color: rgb(200,52,22); }

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

background-color css

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

 a { background-color: rgb(200,52,22); }

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

border-color css

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

 span { border-color: rgb(200,52,22); }

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