Html Css Color HEX #C43A0C Harley Davidson Orange

📋 copy color: '#C43A0C'

red 196 ◦ green 58 ◦ blue 12

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

Shades of Harley Davidson Orange #C43A0C

Tints of Harley Davidson Orange #C43A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 73.68%
G = 21.8%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C43A0C (or 0xC43A0C) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 0C. RGB value is (196,58,12). Sum of RGB (Red+Green+Blue) = 196+58+12=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A0C is #3BC5F3. Grayscale: #5E5E5E. Windows color (decimal): -3917300 or 801476. OLE color: 801476.

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

Color convert

RGB 196 58 12 -
CMYK 0 0.70 0.94 0.23
HSL 15º 0.88% 0.41% -
HSV(B) 15º 0.94% 0.77% -
XYZ 24.34 14.79 1.92 -
YUV 94.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 196 58 12 0 0.70 0.94 0.23 15 0.88 0.41
Hex C4 3A C 0 46 5E 17 F 58 29
Octal 304 72 14 0 106 136 27 17 130 51
Binary 11000100 111010 1100 0 1000110 1011110 10111 1111 1011000 101001

Color Harmonies of #C43A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A0C

Black with #C43A0C

Text Example


Text Example

White with #C43A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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