Html Css Color HEX #C32929 Persian Red

📋 copy color: '#C32929'

red 195 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #C32929

Tints of Persian Red #C32929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 70.4%
G = 14.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C32929 (or 0xC32929) is known color: Persian Red. HEX triplet: C3, 29 and 29. RGB value is (195,41,41). Sum of RGB (Red+Green+Blue) = 195+41+41=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C32929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32929 is #3CD6D6. Grayscale: #575757. Windows color (decimal): -3987159 or 2697667. OLE color: 2697667.

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

Color convert

RGB 195 41 41 -
CMYK 0 0.79 0.79 0.24
HSL 0.65% 0.46% -
HSV(B) 0.79% 0.76% -
XYZ 23.7 13.35 3.43 -
YUV 87.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 195 41 41 0 0.79 0.79 0.24 0 0.65 0.46
Hex C3 29 29 0 4F 4F 18 0 41 2E
Octal 303 51 51 0 117 117 30 0 101 56
Binary 11000011 101001 101001 0 1001111 1001111 11000 0 1000001 101110

Color Harmonies of #C32929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32929

Black with #C32929

Text Example


Text Example

White with #C32929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32929; }

 p { color: rgb(195,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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