Html Css Color HEX #C23E30 Persian Red

📋 copy color: '#C23E30'

red 194 ◦ green 62 ◦ blue 48

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

Shades of Persian Red #C23E30

Tints of Persian Red #C23E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 63.82%
G = 20.39%
B = 15.79%

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

#C23E30 (or 0xC23E30) is known color: Persian Red. HEX triplet: C2, 3E and 30. RGB value is (194,62,48). Sum of RGB (Red+Green+Blue) = 194+62+48=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E30 is #3DC1CF. Grayscale: #646464. Windows color (decimal): -4047312 or 3161794. OLE color: 3161794.

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

Color convert

RGB 194 62 48 -
CMYK 0 0.68 0.75 0.24
HSL 5.75º 0.6% 0.47% -
HSV(B) 5.75º 0.75% 0.76% -
XYZ 24.5 15.13 4.42 -
YUV 99.87 98.73 195.14 -
System Red Green Blue C M Y K H S L
Decimal 194 62 48 0 0.68 0.75 0.24 5.75 0.6 0.47
Hex C2 3E 30 0 44 4B 18 6 3C 2F
Octal 302 76 60 0 104 113 30 6 74 57
Binary 11000010 111110 110000 0 1000100 1001011 11000 110 111100 101111

Color Harmonies of #C23E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E30

Black with #C23E30

Text Example


Text Example

White with #C23E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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