Html Css Color HEX #C23331 Persian Red

📋 copy color: '#C23331'

red 194 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #C23331

Tints of Persian Red #C23331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 65.99%
G = 17.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23331 (or 0xC23331) is known color: Persian Red. HEX triplet: C2, 33 and 31. RGB value is (194,51,49). Sum of RGB (Red+Green+Blue) = 194+51+49=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23331 is #3DCCCE. Grayscale: #5D5D5D. Windows color (decimal): -4050127 or 3224514. OLE color: 3224514.

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

Color convert

RGB 194 51 49 -
CMYK 0 0.74 0.75 0.24
HSL 0.83º 0.6% 0.48% -
HSV(B) 0.83º 0.75% 0.76% -
XYZ 23.99 14.06 4.36 -
YUV 93.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 194 51 49 0 0.74 0.75 0.24 0.83 0.6 0.48
Hex C2 33 31 0 4A 4B 18 1 3C 30
Octal 302 63 61 0 112 113 30 1 74 60
Binary 11000010 110011 110001 0 1001010 1001011 11000 1 111100 110000

Color Harmonies of #C23331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23331

Black with #C23331

Text Example


Text Example

White with #C23331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23331; }

 p { color: rgb(194,51,49); }

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

background-color css

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

 a { background-color: rgb(194,51,49); }

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

border-color css

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

 span { border-color: rgb(194,51,49); }

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