Html Css Color HEX #C23333 Persian Red

📋 copy color: '#C23333'

red 194 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #C23333

Tints of Persian Red #C23333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 65.54%
G = 17.23%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23333 (or 0xC23333) is known color: Persian Red. HEX triplet: C2, 33 and 33. RGB value is (194,51,51). Sum of RGB (Red+Green+Blue) = 194+51+51=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23333 is #3DCCCC. Grayscale: #5D5D5D. Windows color (decimal): -4050125 or 3355586. OLE color: 3355586.

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

Color convert

RGB 194 51 51 -
CMYK 0 0.74 0.74 0.24
HSL 0.58% 0.48% -
HSV(B) 0.74% 0.76% -
XYZ 24.03 14.08 4.58 -
YUV 93.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 194 51 51 0 0.74 0.74 0.24 0 0.58 0.48
Hex C2 33 33 0 4A 4A 18 0 3A 30
Octal 302 63 63 0 112 112 30 0 72 60
Binary 11000010 110011 110011 0 1001010 1001010 11000 0 111010 110000

Color Harmonies of #C23333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23333

Black with #C23333

Text Example


Text Example

White with #C23333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23333; }

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

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

background-color css

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

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

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

border-color css

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

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

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