Html Css Color HEX #C93F3D Persian Red

📋 copy color: '#C93F3D'

red 201 ◦ green 63 ◦ blue 61

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

Shades of Persian Red #C93F3D

Tints of Persian Red #C93F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 61.85%
G = 19.38%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C93F3D (or 0xC93F3D) is known color: Persian Red. HEX triplet: C9, 3F and 3D. RGB value is (201,63,61). Sum of RGB (Red+Green+Blue) = 201+63+61=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F3D is #36C0C2. Grayscale: #686868. Windows color (decimal): -3588291 or 4014025. OLE color: 4014025.

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

Color convert

RGB 201 63 61 -
CMYK 0 0.69 0.70 0.21
HSL 0.86º 0.56% 0.51% -
HSV(B) 0.86º 0.7% 0.79% -
XYZ 26.71 16.31 6.16 -
YUV 104.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 201 63 61 0 0.69 0.70 0.21 0.86 0.56 0.51
Hex C9 3F 3D 0 45 46 15 1 38 33
Octal 311 77 75 0 105 106 25 1 70 63
Binary 11001001 111111 111101 0 1000101 1000110 10101 1 111000 110011

Color Harmonies of #C93F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F3D

Black with #C93F3D

Text Example


Text Example

White with #C93F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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