Html Css Color HEX #C43D18 Harley Davidson Orange

📋 copy color: '#C43D18'

red 196 ◦ green 61 ◦ blue 24

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

Shades of Harley Davidson Orange #C43D18

Tints of Harley Davidson Orange #C43D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 69.75%
G = 21.71%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43D18 (or 0xC43D18) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 18. RGB value is (196,61,24). Sum of RGB (Red+Green+Blue) = 196+61+24=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43D18 is #3BC2E7. Grayscale: #616161. Windows color (decimal): -3916520 or 1588676. OLE color: 1588676.

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

Color convert

RGB 196 61 24 -
CMYK 0 0.69 0.88 0.23
HSL 12.91º 0.78% 0.43% -
HSV(B) 12.91º 0.88% 0.77% -
XYZ 24.6 15.14 2.49 -
YUV 97.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 196 61 24 0 0.69 0.88 0.23 12.91 0.78 0.43
Hex C4 3D 18 0 45 58 17 D 4E 2B
Octal 304 75 30 0 105 130 27 15 116 53
Binary 11000100 111101 11000 0 1000101 1011000 10111 1101 1001110 101011

Color Harmonies of #C43D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D18

Black with #C43D18

Text Example


Text Example

White with #C43D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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