Html Css Color HEX #C32F1C Harley Davidson Orange

📋 copy color: '#C32F1C'

red 195 ◦ green 47 ◦ blue 28

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

Shades of Harley Davidson Orange #C32F1C

Tints of Harley Davidson Orange #C32F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 72.22%
G = 17.41%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C32F1C (or 0xC32F1C) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 1C. RGB value is (195,47,28). Sum of RGB (Red+Green+Blue) = 195+47+28=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F1C is #3CD0E3. Grayscale: #595959. Windows color (decimal): -3985636 or 1847235. OLE color: 1847235.

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

Color convert

RGB 195 47 28 -
CMYK 0 0.76 0.86 0.24
HSL 6.83º 0.75% 0.44% -
HSV(B) 6.83º 0.86% 0.76% -
XYZ 23.73 13.72 2.5 -
YUV 89.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 195 47 28 0 0.76 0.86 0.24 6.83 0.75 0.44
Hex C3 2F 1C 0 4C 56 18 7 4B 2C
Octal 303 57 34 0 114 126 30 7 113 54
Binary 11000011 101111 11100 0 1001100 1010110 11000 111 1001011 101100

Color Harmonies of #C32F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F1C

Black with #C32F1C

Text Example


Text Example

White with #C32F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F1C; }

 p { color: rgb(195,47,28); }

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

background-color css

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

 a { background-color: rgb(195,47,28); }

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

border-color css

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

 span { border-color: rgb(195,47,28); }

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