Html Css Color HEX #C23D37 Persian Red

📋 copy color: '#C23D37'

red 194 ◦ green 61 ◦ blue 55

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

Shades of Persian Red #C23D37

Tints of Persian Red #C23D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 62.58%
G = 19.68%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C23D37 (or 0xC23D37) is known color: Persian Red. HEX triplet: C2, 3D and 37. RGB value is (194,61,55). Sum of RGB (Red+Green+Blue) = 194+61+55=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D37 is #3DC2C8. Grayscale: #646464. Windows color (decimal): -4047561 or 3620290. OLE color: 3620290.

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

Color convert

RGB 194 61 55 -
CMYK 0 0.69 0.72 0.24
HSL 2.59º 0.56% 0.49% -
HSV(B) 2.59º 0.72% 0.76% -
XYZ 24.61 15.08 5.23 -
YUV 100.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 194 61 55 0 0.69 0.72 0.24 2.59 0.56 0.49
Hex C2 3D 37 0 45 48 18 3 38 31
Octal 302 75 67 0 105 110 30 3 70 61
Binary 11000010 111101 110111 0 1000101 1001000 11000 11 111000 110001

Color Harmonies of #C23D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D37

Black with #C23D37

Text Example


Text Example

White with #C23D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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