Html Css Color HEX #C83A00 Harley Davidson Orange

📋 copy color: '#C83A00'

red 200 ◦ green 58 ◦ blue 0

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

Shades of Harley Davidson Orange #C83A00

Tints of Harley Davidson Orange #C83A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.52%
G = 22.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C83A00 (or 0xC83A00) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 00. RGB value is (200,58,0). Sum of RGB (Red+Green+Blue) = 200+58+0=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A00 is #37C5FF. Grayscale: #5E5E5E. Windows color (decimal): -3655168 or 15048. OLE color: 15048.

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

Color convert

RGB 200 58 0 -
CMYK 0 0.71 1 0.22
HSL 17.4º 1% 0.39% -
HSV(B) 17.4º 1% 0.78% -
XYZ 25.33 15.31 1.62 -
YUV 93.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 200 58 0 0 0.71 1 0.22 17.4 1 0.39
Hex C8 3A 0 0 47 64 16 11 64 27
Octal 310 72 0 0 107 144 26 21 144 47
Binary 11001000 111010 0 0 1000111 1100100 10110 10001 1100100 100111

Color Harmonies of #C83A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A00

Black with #C83A00

Text Example


Text Example

White with #C83A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A00; }

 p { color: rgb(200,58,0); }

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

background-color css

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

 a { background-color: rgb(200,58,0); }

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

border-color css

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

 span { border-color: rgb(200,58,0); }

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