Html Css Color HEX #C4331D Harley Davidson Orange

📋 copy color: '#C4331D'

red 196 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #C4331D

Tints of Harley Davidson Orange #C4331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 71.01%
G = 18.48%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4331D (or 0xC4331D) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 1D. RGB value is (196,51,29). Sum of RGB (Red+Green+Blue) = 196+51+29=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4331D is #3BCCE2. Grayscale: #5C5C5C. Windows color (decimal): -3919075 or 1913796. OLE color: 1913796.

HSL color Cylindrical-coordinate representation of color #C4331D: hue angle of 7.9º degrees, saturation: 0.74, 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 #C4331D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 29 -
CMYK 0 0.74 0.85 0.23
HSL 7.9º 0.74% 0.44% -
HSV(B) 7.9º 0.85% 0.77% -
XYZ 24.17 14.19 2.63 -
YUV 91.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 196 51 29 0 0.74 0.85 0.23 7.9 0.74 0.44
Hex C4 33 1D 0 4A 55 17 8 4A 2C
Octal 304 63 35 0 112 125 27 10 112 54
Binary 11000100 110011 11101 0 1001010 1010101 10111 1000 1001010 101100

Color Harmonies of #C4331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4331D

Black with #C4331D

Text Example


Text Example

White with #C4331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4331D; }

 p { color: rgb(196,51,29); }

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

background-color css

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

 a { background-color: rgb(196,51,29); }

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

border-color css

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

 span { border-color: rgb(196,51,29); }

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