Html Css Color HEX #C32C2C Persian Red

📋 copy color: '#C32C2C'

red 195 ◦ green 44 ◦ blue 44

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

Shades of Persian Red #C32C2C

Tints of Persian Red #C32C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 68.9%
G = 15.55%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C32C2C (or 0xC32C2C) is known color: Persian Red. HEX triplet: C3, 2C and 2C. RGB value is (195,44,44). Sum of RGB (Red+Green+Blue) = 195+44+44=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C2C is #3CD3D3. Grayscale: #595959. Windows color (decimal): -3986388 or 2895043. OLE color: 2895043.

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

Color convert

RGB 195 44 44 -
CMYK 0 0.77 0.77 0.24
HSL 0.63% 0.47% -
HSV(B) 0.77% 0.76% -
XYZ 23.86 13.59 3.75 -
YUV 89.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 195 44 44 0 0.77 0.77 0.24 0 0.63 0.47
Hex C3 2C 2C 0 4D 4D 18 0 3F 2F
Octal 303 54 54 0 115 115 30 0 77 57
Binary 11000011 101100 101100 0 1001101 1001101 11000 0 111111 101111

Color Harmonies of #C32C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C2C

Black with #C32C2C

Text Example


Text Example

White with #C32C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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