Html Css Color HEX #C23432 Persian Red

📋 copy color: '#C23432'

red 194 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C23432

Tints of Persian Red #C23432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 65.54%
G = 17.57%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23432 (or 0xC23432) is known color: Persian Red. HEX triplet: C2, 34 and 32. RGB value is (194,52,50). Sum of RGB (Red+Green+Blue) = 194+52+50=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23432 is #3DCBCD. Grayscale: #5E5E5E. Windows color (decimal): -4049870 or 3290306. OLE color: 3290306.

HSL color Cylindrical-coordinate representation of color #C23432: hue angle of 0.83º 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 #C23432 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 50 -
CMYK 0 0.73 0.74 0.24
HSL 0.83º 0.59% 0.48% -
HSV(B) 0.83º 0.74% 0.76% -
XYZ 24.05 14.16 4.48 -
YUV 94.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 194 52 50 0 0.73 0.74 0.24 0.83 0.59 0.48
Hex C2 34 32 0 49 4A 18 1 3B 30
Octal 302 64 62 0 111 112 30 1 73 60
Binary 11000010 110100 110010 0 1001001 1001010 11000 1 111011 110000

Color Harmonies of #C23432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23432

Black with #C23432

Text Example


Text Example

White with #C23432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23432; }

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

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

background-color css

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

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

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

border-color css

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

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

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