Html Css Color HEX #C83A15 Harley Davidson Orange

📋 copy color: '#C83A15'

red 200 ◦ green 58 ◦ blue 21

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

Shades of Harley Davidson Orange #C83A15

Tints of Harley Davidson Orange #C83A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 71.68%
G = 20.79%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C83A15 (or 0xC83A15) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 15. RGB value is (200,58,21). Sum of RGB (Red+Green+Blue) = 200+58+21=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A15 is #37C5EA. Grayscale: #606060. Windows color (decimal): -3655147 or 1391304. OLE color: 1391304.

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

Color convert

RGB 200 58 21 -
CMYK 0 0.71 0.90 0.22
HSL 12.4º 0.81% 0.43% -
HSV(B) 12.4º 0.9% 0.78% -
XYZ 25.47 15.36 2.33 -
YUV 96.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 200 58 21 0 0.71 0.90 0.22 12.4 0.81 0.43
Hex C8 3A 15 0 47 5A 16 C 51 2B
Octal 310 72 25 0 107 132 26 14 121 53
Binary 11001000 111010 10101 0 1000111 1011010 10110 1100 1010001 101011

Color Harmonies of #C83A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A15

Black with #C83A15

Text Example


Text Example

White with #C83A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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