Html Css Color HEX #C83205 Harley Davidson Orange

📋 copy color: '#C83205'

red 200 ◦ green 50 ◦ blue 5

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

Shades of Harley Davidson Orange #C83205

Tints of Harley Davidson Orange #C83205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 78.43%
G = 19.61%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C83205 (or 0xC83205) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 05. RGB value is (200,50,5). Sum of RGB (Red+Green+Blue) = 200+50+5=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C83205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83205 is #37CDFA. Grayscale: #5A5A5A. Windows color (decimal): -3657211 or 340680. OLE color: 340680.

HSL color Cylindrical-coordinate representation of color #C83205: hue angle of 13.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C83205 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 5 -
CMYK 0 0.75 0.98 0.22
HSL 13.85º 0.95% 0.4% -
HSV(B) 13.85º 0.98% 0.78% -
XYZ 24.99 14.57 1.64 -
YUV 89.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 200 50 5 0 0.75 0.98 0.22 13.85 0.95 0.4
Hex C8 32 5 0 4B 62 16 E 5F 28
Octal 310 62 5 0 113 142 26 16 137 50
Binary 11001000 110010 101 0 1001011 1100010 10110 1110 1011111 101000

Color Harmonies of #C83205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83205

Black with #C83205

Text Example


Text Example

White with #C83205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83205; }

 p { color: rgb(200,50,5); }

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

background-color css

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

 a { background-color: rgb(200,50,5); }

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

border-color css

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

 span { border-color: rgb(200,50,5); }

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