Html Css Color HEX #C43815 Harley Davidson Orange

📋 copy color: '#C43815'

red 196 ◦ green 56 ◦ blue 21

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

Shades of Harley Davidson Orange #C43815

Tints of Harley Davidson Orange #C43815

RGB

 RED value IS 196 (76.95% from 255) = 71.79%

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 71.79%
G = 20.51%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C43815 (or 0xC43815) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 15. RGB value is (196,56,21). Sum of RGB (Red+Green+Blue) = 196+56+21=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43815 is #3BC7EA. Grayscale: #5E5E5E. Windows color (decimal): -3917803 or 1390788. OLE color: 1390788.

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

Color convert

RGB 196 56 21 -
CMYK 0 0.71 0.89 0.23
HSL 12º 0.81% 0.43% -
HSV(B) 12º 0.89% 0.77% -
XYZ 24.31 14.62 2.25 -
YUV 93.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 196 56 21 0 0.71 0.89 0.23 12 0.81 0.43
Hex C4 38 15 0 47 59 17 C 51 2B
Octal 304 70 25 0 107 131 27 14 121 53
Binary 11000100 111000 10101 0 1000111 1011001 10111 1100 1010001 101011

Color Harmonies of #C43815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43815

Black with #C43815

Text Example


Text Example

White with #C43815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43815; }

 p { color: rgb(196,56,21); }

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

background-color css

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

 a { background-color: rgb(196,56,21); }

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

border-color css

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

 span { border-color: rgb(196,56,21); }

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