Html Css Color HEX #C23E34 Persian Red

📋 copy color: '#C23E34'

red 194 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #C23E34

Tints of Persian Red #C23E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 62.99%
G = 20.13%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23E34 (or 0xC23E34) is known color: Persian Red. HEX triplet: C2, 3E and 34. RGB value is (194,62,52). Sum of RGB (Red+Green+Blue) = 194+62+52=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E34 is #3DC1CB. Grayscale: #646464. Windows color (decimal): -4047308 or 3423938. OLE color: 3423938.

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

Color convert

RGB 194 62 52 -
CMYK 0 0.68 0.73 0.24
HSL 4.23º 0.58% 0.48% -
HSV(B) 4.23º 0.73% 0.76% -
XYZ 24.59 15.16 4.88 -
YUV 100.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 194 62 52 0 0.68 0.73 0.24 4.23 0.58 0.48
Hex C2 3E 34 0 44 49 18 4 3A 30
Octal 302 76 64 0 104 111 30 4 72 60
Binary 11000010 111110 110100 0 1000100 1001001 11000 100 111010 110000

Color Harmonies of #C23E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E34

Black with #C23E34

Text Example


Text Example

White with #C23E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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