Html Css Color HEX #C32C1F Harley Davidson Orange

📋 copy color: '#C32C1F'

red 195 ◦ green 44 ◦ blue 31

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

Shades of Harley Davidson Orange #C32C1F

Tints of Harley Davidson Orange #C32C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 72.22%
G = 16.3%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32C1F (or 0xC32C1F) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 1F. RGB value is (195,44,31). Sum of RGB (Red+Green+Blue) = 195+44+31=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C1F is #3CD3E0. Grayscale: #575757. Windows color (decimal): -3986401 or 2043075. OLE color: 2043075.

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

Color convert

RGB 195 44 31 -
CMYK 0 0.77 0.84 0.24
HSL 4.76º 0.73% 0.44% -
HSV(B) 4.76º 0.84% 0.76% -
XYZ 23.65 13.5 2.66 -
YUV 87.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 195 44 31 0 0.77 0.84 0.24 4.76 0.73 0.44
Hex C3 2C 1F 0 4D 54 18 5 49 2C
Octal 303 54 37 0 115 124 30 5 111 54
Binary 11000011 101100 11111 0 1001101 1010100 11000 101 1001001 101100

Color Harmonies of #C32C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C1F

Black with #C32C1F

Text Example


Text Example

White with #C32C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C1F; }

 p { color: rgb(195,44,31); }

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

background-color css

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

 a { background-color: rgb(195,44,31); }

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

border-color css

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

 span { border-color: rgb(195,44,31); }

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