Html Css Color HEX #C32F27 Persian Red

📋 copy color: '#C32F27'

red 195 ◦ green 47 ◦ blue 39

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

Shades of Persian Red #C32F27

Tints of Persian Red #C32F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 69.4%
G = 16.73%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C32F27 (or 0xC32F27) is known color: Persian Red. HEX triplet: C3, 2F and 27. RGB value is (195,47,39). Sum of RGB (Red+Green+Blue) = 195+47+39=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F27 is #3CD0D8. Grayscale: #5A5A5A. Windows color (decimal): -3985625 or 2568131. OLE color: 2568131.

HSL color Cylindrical-coordinate representation of color #C32F27: hue angle of 3.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32F27 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 47 39 -
CMYK 0 0.76 0.80 0.24
HSL 3.08º 0.67% 0.46% -
HSV(B) 3.08º 0.8% 0.76% -
XYZ 23.89 13.78 3.32 -
YUV 90.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 195 47 39 0 0.76 0.80 0.24 3.08 0.67 0.46
Hex C3 2F 27 0 4C 50 18 3 43 2E
Octal 303 57 47 0 114 120 30 3 103 56
Binary 11000011 101111 100111 0 1001100 1010000 11000 11 1000011 101110

Color Harmonies of #C32F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F27

Black with #C32F27

Text Example


Text Example

White with #C32F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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