Html Css Color HEX #C83B01 Harley Davidson Orange

📋 copy color: '#C83B01'

red 200 ◦ green 59 ◦ blue 1

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

Shades of Harley Davidson Orange #C83B01

Tints of Harley Davidson Orange #C83B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

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

R = 76.92%
G = 22.69%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C83B01 (or 0xC83B01) is known color: Harley Davidson Orange. HEX triplet: C8, 3B and 01. RGB value is (200,59,1). Sum of RGB (Red+Green+Blue) = 200+59+1=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83B01 is #37C4FE. Grayscale: #5E5E5E. Windows color (decimal): -3654911 or 80840. OLE color: 80840.

HSL color Cylindrical-coordinate representation of color #C83B01: hue angle of 17.49º 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 #C83B01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 1 -
CMYK 0 0.70 1.00 0.22
HSL 17.49º 0.99% 0.39% -
HSV(B) 17.49º 1% 0.78% -
XYZ 25.39 15.41 1.66 -
YUV 94.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 200 59 1 0 0.70 1.00 0.22 17.49 0.99 0.39
Hex C8 3B 1 0 46 64 16 11 63 27
Octal 310 73 1 0 106 144 26 21 143 47
Binary 11001000 111011 1 0 1000110 1100100 10110 10001 1100011 100111

Color Harmonies of #C83B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B01

Black with #C83B01

Text Example


Text Example

White with #C83B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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