Html Css Color HEX #C32A1D Harley Davidson Orange

📋 copy color: '#C32A1D'

red 195 ◦ green 42 ◦ blue 29

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

Shades of Harley Davidson Orange #C32A1D

Tints of Harley Davidson Orange #C32A1D

RGB

 RED value IS 195 (76.56% from 255) = 73.31%

 GREEN value IS 42 (16.8% from 255) = 15.79%

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

R = 73.31%
G = 15.79%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C32A1D (or 0xC32A1D) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 1D. RGB value is (195,42,29). Sum of RGB (Red+Green+Blue) = 195+42+29=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A1D is #3CD5E2. Grayscale: #565656. Windows color (decimal): -3986915 or 1911491. OLE color: 1911491.

HSL color Cylindrical-coordinate representation of color #C32A1D: hue angle of 4.7º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C32A1D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 29 -
CMYK 0 0.78 0.85 0.24
HSL 4.7º 0.74% 0.44% -
HSV(B) 4.7º 0.85% 0.76% -
XYZ 23.56 13.35 2.5 -
YUV 86.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 195 42 29 0 0.78 0.85 0.24 4.7 0.74 0.44
Hex C3 2A 1D 0 4E 55 18 5 4A 2C
Octal 303 52 35 0 116 125 30 5 112 54
Binary 11000011 101010 11101 0 1001110 1010101 11000 101 1001010 101100

Color Harmonies of #C32A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A1D

Black with #C32A1D

Text Example


Text Example

White with #C32A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A1D; }

 p { color: rgb(195,42,29); }

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

background-color css

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

 a { background-color: rgb(195,42,29); }

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

border-color css

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

 span { border-color: rgb(195,42,29); }

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