Html Css Color HEX #C43D1E Harley Davidson Orange

📋 copy color: '#C43D1E'

red 196 ◦ green 61 ◦ blue 30

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

Shades of Harley Davidson Orange #C43D1E

Tints of Harley Davidson Orange #C43D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 68.29%
G = 21.25%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C43D1E (or 0xC43D1E) is known color: Harley Davidson Orange. HEX triplet: C4, 3D and 1E. RGB value is (196,61,30). Sum of RGB (Red+Green+Blue) = 196+61+30=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D1E is #3BC2E1. Grayscale: #626262. Windows color (decimal): -3916514 or 1981892. OLE color: 1981892.

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

Color convert

RGB 196 61 30 -
CMYK 0 0.69 0.85 0.23
HSL 11.2º 0.73% 0.44% -
HSV(B) 11.2º 0.85% 0.77% -
XYZ 24.67 15.17 2.86 -
YUV 97.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 196 61 30 0 0.69 0.85 0.23 11.2 0.73 0.44
Hex C4 3D 1E 0 45 55 17 B 49 2C
Octal 304 75 36 0 105 125 27 13 111 54
Binary 11000100 111101 11110 0 1000101 1010101 10111 1011 1001001 101100

Color Harmonies of #C43D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D1E

Black with #C43D1E

Text Example


Text Example

White with #C43D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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