Html Css Color HEX #C32D2D Persian Red

📋 copy color: '#C32D2D'

red 195 ◦ green 45 ◦ blue 45

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

Shades of Persian Red #C32D2D

Tints of Persian Red #C32D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 68.42%
G = 15.79%
B = 15.79%

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

#C32D2D (or 0xC32D2D) is known color: Persian Red. HEX triplet: C3, 2D and 2D. RGB value is (195,45,45). Sum of RGB (Red+Green+Blue) = 195+45+45=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D2D is #3CD2D2. Grayscale: #5A5A5A. Windows color (decimal): -3986131 or 2960835. OLE color: 2960835.

HSL color Cylindrical-coordinate representation of color #C32D2D: hue angle of 0º degrees, saturation: 0.62, 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 #C32D2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 45 -
CMYK 0 0.77 0.77 0.24
HSL 0.63% 0.47% -
HSV(B) 0.77% 0.76% -
XYZ 23.92 13.67 3.86 -
YUV 89.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 195 45 45 0 0.77 0.77 0.24 0 0.63 0.47
Hex C3 2D 2D 0 4D 4D 18 0 3E 2F
Octal 303 55 55 0 115 115 30 0 76 57
Binary 11000011 101101 101101 0 1001101 1001101 11000 0 111110 101111

Color Harmonies of #C32D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D2D

Black with #C32D2D

Text Example


Text Example

White with #C32D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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