Html Css Color HEX #C83501 Harley Davidson Orange

📋 copy color: '#C83501'

red 200 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #C83501

Tints of Harley Davidson Orange #C83501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 78.74%
G = 20.87%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C83501 (or 0xC83501) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 01. RGB value is (200,53,1). Sum of RGB (Red+Green+Blue) = 200+53+1=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C83501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83501 is #37CAFE. Grayscale: #5B5B5B. Windows color (decimal): -3656447 or 79304. OLE color: 79304.

HSL color Cylindrical-coordinate representation of color #C83501: hue angle of 15.68º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83501 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 1 -
CMYK 0 0.74 1.00 0.22
HSL 15.68º 0.99% 0.39% -
HSV(B) 15.68º 1% 0.78% -
XYZ 25.1 14.83 1.57 -
YUV 91.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 200 53 1 0 0.74 1.00 0.22 15.68 0.99 0.39
Hex C8 35 1 0 4A 64 16 10 63 27
Octal 310 65 1 0 112 144 26 20 143 47
Binary 11001000 110101 1 0 1001010 1100100 10110 10000 1100011 100111

Color Harmonies of #C83501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83501

Black with #C83501

Text Example


Text Example

White with #C83501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83501; }

 p { color: rgb(200,53,1); }

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

background-color css

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

 a { background-color: rgb(200,53,1); }

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

border-color css

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

 span { border-color: rgb(200,53,1); }

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