Html Css Color HEX #C43A0D Harley Davidson Orange

📋 copy color: '#C43A0D'

red 196 ◦ green 58 ◦ blue 13

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

Shades of Harley Davidson Orange #C43A0D

Tints of Harley Davidson Orange #C43A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 73.41%
G = 21.72%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C43A0D (or 0xC43A0D) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 0D. RGB value is (196,58,13). Sum of RGB (Red+Green+Blue) = 196+58+13=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A0D is #3BC5F2. Grayscale: #5E5E5E. Windows color (decimal): -3917299 or 867012. OLE color: 867012.

HSL color Cylindrical-coordinate representation of color #C43A0D: hue angle of 14.75º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C43A0D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 13 -
CMYK 0 0.70 0.93 0.23
HSL 14.75º 0.88% 0.41% -
HSV(B) 14.75º 0.93% 0.77% -
XYZ 24.35 14.79 1.95 -
YUV 94.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 196 58 13 0 0.70 0.93 0.23 14.75 0.88 0.41
Hex C4 3A D 0 46 5D 17 F 58 29
Octal 304 72 15 0 106 135 27 17 130 51
Binary 11000100 111010 1101 0 1000110 1011101 10111 1111 1011000 101001

Color Harmonies of #C43A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A0D

Black with #C43A0D

Text Example


Text Example

White with #C43A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A0D; }

 p { color: rgb(196,58,13); }

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

background-color css

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

 a { background-color: rgb(196,58,13); }

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

border-color css

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

 span { border-color: rgb(196,58,13); }

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