Html Css Color HEX #C93F2C Persian Red

📋 copy color: '#C93F2C'

red 201 ◦ green 63 ◦ blue 44

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

Shades of Persian Red #C93F2C

Tints of Persian Red #C93F2C

RGB

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

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

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

R = 65.26%
G = 20.45%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C93F2C (or 0xC93F2C) is known color: Persian Red. HEX triplet: C9, 3F and 2C. RGB value is (201,63,44). Sum of RGB (Red+Green+Blue) = 201+63+44=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F2C is #36C0D3. Grayscale: #666666. Windows color (decimal): -3588308 or 2899913. OLE color: 2899913.

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

Color convert

RGB 201 63 44 -
CMYK 0 0.69 0.78 0.21
HSL 7.26º 0.64% 0.48% -
HSV(B) 7.26º 0.78% 0.79% -
XYZ 26.32 16.15 4.11 -
YUV 102.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 201 63 44 0 0.69 0.78 0.21 7.26 0.64 0.48
Hex C9 3F 2C 0 45 4E 15 7 40 30
Octal 311 77 54 0 105 116 25 7 100 60
Binary 11001001 111111 101100 0 1000101 1001110 10101 111 1000000 110000

Color Harmonies of #C93F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F2C

Black with #C93F2C

Text Example


Text Example

White with #C93F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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