Html Css Color HEX #C23D32 Persian Red

📋 copy color: '#C23D32'

red 194 ◦ green 61 ◦ blue 50

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

Shades of Persian Red #C23D32

Tints of Persian Red #C23D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 63.61%
G = 20%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23D32 (or 0xC23D32) is known color: Persian Red. HEX triplet: C2, 3D and 32. RGB value is (194,61,50). Sum of RGB (Red+Green+Blue) = 194+61+50=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D32 is #3DC2CD. Grayscale: #636363. Windows color (decimal): -4047566 or 3292610. OLE color: 3292610.

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

Color convert

RGB 194 61 50 -
CMYK 0 0.69 0.74 0.24
HSL 4.58º 0.59% 0.48% -
HSV(B) 4.58º 0.74% 0.76% -
XYZ 24.49 15.04 4.63 -
YUV 99.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 194 61 50 0 0.69 0.74 0.24 4.58 0.59 0.48
Hex C2 3D 32 0 45 4A 18 5 3B 30
Octal 302 75 62 0 105 112 30 5 73 60
Binary 11000010 111101 110010 0 1000101 1001010 11000 101 111011 110000

Color Harmonies of #C23D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D32

Black with #C23D32

Text Example


Text Example

White with #C23D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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