Html Css Color HEX #C83A05 Harley Davidson Orange

📋 copy color: '#C83A05'

red 200 ◦ green 58 ◦ blue 5

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

Shades of Harley Davidson Orange #C83A05

Tints of Harley Davidson Orange #C83A05

RGB

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

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

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

R = 76.05%
G = 22.05%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C83A05 (or 0xC83A05) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 05. RGB value is (200,58,5). Sum of RGB (Red+Green+Blue) = 200+58+5=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A05 is #37C5FA. Grayscale: #5E5E5E. Windows color (decimal): -3655163 or 342728. OLE color: 342728.

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

Color convert

RGB 200 58 5 -
CMYK 0 0.71 0.98 0.22
HSL 16.31º 0.95% 0.4% -
HSV(B) 16.31º 0.98% 0.78% -
XYZ 25.36 15.32 1.76 -
YUV 94.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 200 58 5 0 0.71 0.98 0.22 16.31 0.95 0.4
Hex C8 3A 5 0 47 62 16 10 5F 28
Octal 310 72 5 0 107 142 26 20 137 50
Binary 11001000 111010 101 0 1000111 1100010 10110 10000 1011111 101000

Color Harmonies of #C83A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A05

Black with #C83A05

Text Example


Text Example

White with #C83A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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