Html Css Color HEX #C93432 Persian Red

📋 copy color: '#C93432'

red 201 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C93432

Tints of Persian Red #C93432

RGB

 RED value IS 201 (78.91% from 255) = 66.34%

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 66.34%
G = 17.16%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93432 (or 0xC93432) is known color: Persian Red. HEX triplet: C9, 34 and 32. RGB value is (201,52,50). Sum of RGB (Red+Green+Blue) = 201+52+50=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93432 is #36CBCD. Grayscale: #606060. Windows color (decimal): -3591118 or 3290313. OLE color: 3290313.

HSL color Cylindrical-coordinate representation of color #C93432: hue angle of 0.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93432 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 50 -
CMYK 0 0.74 0.75 0.21
HSL 0.79º 0.6% 0.49% -
HSV(B) 0.79º 0.75% 0.79% -
XYZ 25.89 15.1 4.57 -
YUV 96.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 201 52 50 0 0.74 0.75 0.21 0.79 0.6 0.49
Hex C9 34 32 0 4A 4B 15 1 3C 31
Octal 311 64 62 0 112 113 25 1 74 61
Binary 11001001 110100 110010 0 1001010 1001011 10101 1 111100 110001

Color Harmonies of #C93432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93432

Black with #C93432

Text Example


Text Example

White with #C93432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93432; }

 p { color: rgb(201,52,50); }

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

background-color css

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

 a { background-color: rgb(201,52,50); }

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

border-color css

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

 span { border-color: rgb(201,52,50); }

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