Html Css Color HEX #C32C2B Persian Red

📋 copy color: '#C32C2B'

red 195 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #C32C2B

Tints of Persian Red #C32C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 69.15%
G = 15.6%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C32C2B (or 0xC32C2B) is known color: Persian Red. HEX triplet: C3, 2C and 2B. RGB value is (195,44,43). Sum of RGB (Red+Green+Blue) = 195+44+43=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C2B is #3CD3D4. Grayscale: #595959. Windows color (decimal): -3986389 or 2829507. OLE color: 2829507.

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

Color convert

RGB 195 44 43 -
CMYK 0 0.77 0.78 0.24
HSL 0.39º 0.64% 0.47% -
HSV(B) 0.39º 0.78% 0.76% -
XYZ 23.84 13.58 3.65 -
YUV 89.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 195 44 43 0 0.77 0.78 0.24 0.39 0.64 0.47
Hex C3 2C 2B 0 4D 4E 18 0 40 2F
Octal 303 54 53 0 115 116 30 0 100 57
Binary 11000011 101100 101011 0 1001101 1001110 11000 0 1000000 101111

Color Harmonies of #C32C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C2B

Black with #C32C2B

Text Example


Text Example

White with #C32C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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