Html Css Color HEX #C93F3A Persian Red

📋 copy color: '#C93F3A'

red 201 ◦ green 63 ◦ blue 58

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

Shades of Persian Red #C93F3A

Tints of Persian Red #C93F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 62.42%
G = 19.57%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C93F3A (or 0xC93F3A) is known color: Persian Red. HEX triplet: C9, 3F and 3A. RGB value is (201,63,58). Sum of RGB (Red+Green+Blue) = 201+63+58=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F3A is #36C0C5. Grayscale: #676767. Windows color (decimal): -3588294 or 3817417. OLE color: 3817417.

HSL color Cylindrical-coordinate representation of color #C93F3A: hue angle of 2.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93F3A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 63 58 -
CMYK 0 0.69 0.71 0.21
HSL 2.1º 0.57% 0.51% -
HSV(B) 2.1º 0.71% 0.79% -
XYZ 26.63 16.28 5.74 -
YUV 103.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 201 63 58 0 0.69 0.71 0.21 2.1 0.57 0.51
Hex C9 3F 3A 0 45 47 15 2 39 33
Octal 311 77 72 0 105 107 25 2 71 63
Binary 11001001 111111 111010 0 1000101 1000111 10101 10 111001 110011

Color Harmonies of #C93F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F3A

Black with #C93F3A

Text Example


Text Example

White with #C93F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F3A; }

 p { color: rgb(201,63,58); }

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

background-color css

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

 a { background-color: rgb(201,63,58); }

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

border-color css

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

 span { border-color: rgb(201,63,58); }

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