Html Css Color HEX #C93026 Persian Red

📋 copy color: '#C93026'

red 201 ◦ green 48 ◦ blue 38

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

Shades of Persian Red #C93026

Tints of Persian Red #C93026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 70.03%
G = 16.72%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93026 (or 0xC93026) is known color: Persian Red. HEX triplet: C9, 30 and 26. RGB value is (201,48,38). Sum of RGB (Red+Green+Blue) = 201+48+38=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93026 is #36CFD9. Grayscale: #5C5C5C. Windows color (decimal): -3592154 or 2502857. OLE color: 2502857.

HSL color Cylindrical-coordinate representation of color #C93026: hue angle of 3.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C93026 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 38 -
CMYK 0 0.76 0.81 0.21
HSL 3.68º 0.68% 0.47% -
HSV(B) 3.68º 0.81% 0.79% -
XYZ 25.49 14.67 3.32 -
YUV 92.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 201 48 38 0 0.76 0.81 0.21 3.68 0.68 0.47
Hex C9 30 26 0 4C 51 15 4 44 2F
Octal 311 60 46 0 114 121 25 4 104 57
Binary 11001001 110000 100110 0 1001100 1010001 10101 100 1000100 101111

Color Harmonies of #C93026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93026

Black with #C93026

Text Example


Text Example

White with #C93026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93026; }

 p { color: rgb(201,48,38); }

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

background-color css

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

 a { background-color: rgb(201,48,38); }

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

border-color css

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

 span { border-color: rgb(201,48,38); }

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