Html Css Color HEX #C23326 Persian Red

📋 copy color: '#C23326'

red 194 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #C23326

Tints of Persian Red #C23326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 68.55%
G = 18.02%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23326 (or 0xC23326) is known color: Persian Red. HEX triplet: C2, 33 and 26. RGB value is (194,51,38). Sum of RGB (Red+Green+Blue) = 194+51+38=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C23326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23326 is #3DCCD9. Grayscale: #5C5C5C. Windows color (decimal): -4050138 or 2503618. OLE color: 2503618.

HSL color Cylindrical-coordinate representation of color #C23326: hue angle of 5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23326 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 38 -
CMYK 0 0.74 0.80 0.24
HSL 0.67% 0.45% -
HSV(B) 0.8% 0.76% -
XYZ 23.78 13.98 3.28 -
YUV 92.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 194 51 38 0 0.74 0.80 0.24 5 0.67 0.45
Hex C2 33 26 0 4A 50 18 5 43 2D
Octal 302 63 46 0 112 120 30 5 103 55
Binary 11000010 110011 100110 0 1001010 1010000 11000 101 1000011 101101

Color Harmonies of #C23326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23326

Black with #C23326

Text Example


Text Example

White with #C23326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23326; }

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

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

background-color css

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

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

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

border-color css

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

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

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