Html Css Color HEX #C23E31 Persian Red

📋 copy color: '#C23E31'

red 194 ◦ green 62 ◦ blue 49

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

Shades of Persian Red #C23E31

Tints of Persian Red #C23E31

RGB

 RED value IS 194 (76.17% from 255) = 63.61%

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 63.61%
G = 20.33%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23E31 (or 0xC23E31) is known color: Persian Red. HEX triplet: C2, 3E and 31. RGB value is (194,62,49). Sum of RGB (Red+Green+Blue) = 194+62+49=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E31 is #3DC1CE. Grayscale: #646464. Windows color (decimal): -4047311 or 3227330. OLE color: 3227330.

HSL color Cylindrical-coordinate representation of color #C23E31: hue angle of 5.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23E31 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 49 -
CMYK 0 0.68 0.75 0.24
HSL 5.38º 0.6% 0.48% -
HSV(B) 5.38º 0.75% 0.76% -
XYZ 24.53 15.14 4.53 -
YUV 99.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 194 62 49 0 0.68 0.75 0.24 5.38 0.6 0.48
Hex C2 3E 31 0 44 4B 18 5 3C 30
Octal 302 76 61 0 104 113 30 5 74 60
Binary 11000010 111110 110001 0 1000100 1001011 11000 101 111100 110000

Color Harmonies of #C23E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E31

Black with #C23E31

Text Example


Text Example

White with #C23E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E31; }

 p { color: rgb(194,62,49); }

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

background-color css

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

 a { background-color: rgb(194,62,49); }

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

border-color css

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

 span { border-color: rgb(194,62,49); }

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