Html Css Color HEX #C4431A Harley Davidson Orange

📋 copy color: '#C4431A'

red 196 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #C4431A

Tints of Harley Davidson Orange #C4431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 67.82%
G = 23.18%
B = 9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4431A (or 0xC4431A) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 1A. RGB value is (196,67,26). Sum of RGB (Red+Green+Blue) = 196+67+26=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4431A is #3BBCE5. Grayscale: #656565. Windows color (decimal): -3914982 or 1721284. OLE color: 1721284.

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

Color convert

RGB 196 67 26 -
CMYK 0 0.66 0.87 0.23
HSL 14.47º 0.77% 0.44% -
HSV(B) 14.47º 0.87% 0.77% -
XYZ 24.96 15.82 2.72 -
YUV 100.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 196 67 26 0 0.66 0.87 0.23 14.47 0.77 0.44
Hex C4 43 1A 0 42 57 17 E 4D 2C
Octal 304 103 32 0 102 127 27 16 115 54
Binary 11000100 1000011 11010 0 1000010 1010111 10111 1110 1001101 101100

Color Harmonies of #C4431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4431A

Black with #C4431A

Text Example


Text Example

White with #C4431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4431A; }

 p { color: rgb(196,67,26); }

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

background-color css

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

 a { background-color: rgb(196,67,26); }

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

border-color css

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

 span { border-color: rgb(196,67,26); }

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