Html Css Color HEX #C23D39 Persian Red

📋 copy color: '#C23D39'

red 194 ◦ green 61 ◦ blue 57

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

Shades of Persian Red #C23D39

Tints of Persian Red #C23D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 62.18%
G = 19.55%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23D39 (or 0xC23D39) is known color: Persian Red. HEX triplet: C2, 3D and 39. RGB value is (194,61,57). Sum of RGB (Red+Green+Blue) = 194+61+57=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D39 is #3DC2C6. Grayscale: #646464. Windows color (decimal): -4047559 or 3751362. OLE color: 3751362.

HSL color Cylindrical-coordinate representation of color #C23D39: hue angle of 1.75º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23D39 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 57 -
CMYK 0 0.69 0.71 0.24
HSL 1.75º 0.55% 0.49% -
HSV(B) 1.75º 0.71% 0.76% -
XYZ 24.66 15.1 5.49 -
YUV 100.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 194 61 57 0 0.69 0.71 0.24 1.75 0.55 0.49
Hex C2 3D 39 0 45 47 18 2 37 31
Octal 302 75 71 0 105 107 30 2 67 61
Binary 11000010 111101 111001 0 1000101 1000111 11000 10 110111 110001

Color Harmonies of #C23D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D39

Black with #C23D39

Text Example


Text Example

White with #C23D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D39; }

 p { color: rgb(194,61,57); }

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

background-color css

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

 a { background-color: rgb(194,61,57); }

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

border-color css

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

 span { border-color: rgb(194,61,57); }

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