Html Css Color HEX #C43B0A Harley Davidson Orange

📋 copy color: '#C43B0A'

red 196 ◦ green 59 ◦ blue 10

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

Shades of Harley Davidson Orange #C43B0A

Tints of Harley Davidson Orange #C43B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 73.96%
G = 22.26%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C43B0A (or 0xC43B0A) is known color: Harley Davidson Orange. HEX triplet: C4, 3B and 0A. RGB value is (196,59,10). Sum of RGB (Red+Green+Blue) = 196+59+10=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B0A is #3BC4F5. Grayscale: #5E5E5E. Windows color (decimal): -3917046 or 670660. OLE color: 670660.

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

Color convert

RGB 196 59 10 -
CMYK 0 0.70 0.95 0.23
HSL 15.81º 0.9% 0.4% -
HSV(B) 15.81º 0.95% 0.77% -
XYZ 24.38 14.89 1.88 -
YUV 94.38 80.39 200.48 -
System Red Green Blue C M Y K H S L
Decimal 196 59 10 0 0.70 0.95 0.23 15.81 0.9 0.4
Hex C4 3B A 0 46 5F 17 10 5A 28
Octal 304 73 12 0 106 137 27 20 132 50
Binary 11000100 111011 1010 0 1000110 1011111 10111 10000 1011010 101000

Color Harmonies of #C43B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B0A

Black with #C43B0A

Text Example


Text Example

White with #C43B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B0A; }

 p { color: rgb(196,59,10); }

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

background-color css

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

 a { background-color: rgb(196,59,10); }

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

border-color css

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

 span { border-color: rgb(196,59,10); }

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