Html Css Color HEX #C43D1C Harley Davidson Orange

📋 copy color: '#C43D1C'

red 196 ◦ green 61 ◦ blue 28

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

Shades of Harley Davidson Orange #C43D1C

Tints of Harley Davidson Orange #C43D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 68.77%
G = 21.4%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C43D1C (or 0xC43D1C) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 1C. RGB value is (196,61,28). Sum of RGB (Red+Green+Blue) = 196+61+28=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D1C is #3BC2E3. Grayscale: #616161. Windows color (decimal): -3916516 or 1850820. OLE color: 1850820.

HSL color Cylindrical-coordinate representation of color #C43D1C: hue angle of 11.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C43D1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 61 28 -
CMYK 0 0.69 0.86 0.23
HSL 11.79º 0.75% 0.44% -
HSV(B) 11.79º 0.86% 0.77% -
XYZ 24.64 15.16 2.73 -
YUV 97.6 88.73 198.18 -
System Red Green Blue C M Y K H S L
Decimal 196 61 28 0 0.69 0.86 0.23 11.79 0.75 0.44
Hex C4 3D 1C 0 45 56 17 C 4B 2C
Octal 304 75 34 0 105 126 27 14 113 54
Binary 11000100 111101 11100 0 1000101 1010110 10111 1100 1001011 101100

Color Harmonies of #C43D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D1C

Black with #C43D1C

Text Example


Text Example

White with #C43D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D1C; }

 p { color: rgb(196,61,28); }

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

background-color css

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

 a { background-color: rgb(196,61,28); }

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

border-color css

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

 span { border-color: rgb(196,61,28); }

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