Html Css Color HEX #C23632 Persian Red

📋 copy color: '#C23632'

red 194 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #C23632

Tints of Persian Red #C23632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

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

R = 65.1%
G = 18.12%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23632 (or 0xC23632) is known color: Persian Red. HEX triplet: C2, 36 and 32. RGB value is (194,54,50). Sum of RGB (Red+Green+Blue) = 194+54+50=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23632 is #3DC9CD. Grayscale: #5F5F5F. Windows color (decimal): -4049358 or 3290818. OLE color: 3290818.

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

Color convert

RGB 194 54 50 -
CMYK 0 0.72 0.74 0.24
HSL 1.67º 0.59% 0.48% -
HSV(B) 1.67º 0.74% 0.76% -
XYZ 24.14 14.34 4.51 -
YUV 95.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 194 54 50 0 0.72 0.74 0.24 1.67 0.59 0.48
Hex C2 36 32 0 48 4A 18 2 3B 30
Octal 302 66 62 0 110 112 30 2 73 60
Binary 11000010 110110 110010 0 1001000 1001010 11000 10 111011 110000

Color Harmonies of #C23632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23632

Black with #C23632

Text Example


Text Example

White with #C23632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23632; }

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

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

background-color css

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

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

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

border-color css

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

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

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