Html Css Color HEX #C83A06 Harley Davidson Orange

📋 copy color: '#C83A06'

red 200 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #C83A06

Tints of Harley Davidson Orange #C83A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 75.76%
G = 21.97%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C83A06 (or 0xC83A06) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 06. RGB value is (200,58,6). Sum of RGB (Red+Green+Blue) = 200+58+6=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A06 is #37C5F9. Grayscale: #5E5E5E. Windows color (decimal): -3655162 or 408264. OLE color: 408264.

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

Color convert

RGB 200 58 6 -
CMYK 0 0.71 0.97 0.22
HSL 16.08º 0.94% 0.4% -
HSV(B) 16.08º 0.97% 0.78% -
XYZ 25.37 15.32 1.79 -
YUV 94.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 200 58 6 0 0.71 0.97 0.22 16.08 0.94 0.4
Hex C8 3A 6 0 47 61 16 10 5E 28
Octal 310 72 6 0 107 141 26 20 136 50
Binary 11001000 111010 110 0 1000111 1100001 10110 10000 1011110 101000

Color Harmonies of #C83A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A06

Black with #C83A06

Text Example


Text Example

White with #C83A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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