Html Css Color HEX #C23227 Persian Red

📋 copy color: '#C23227'

red 194 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C23227

Tints of Persian Red #C23227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 68.55%
G = 17.67%
B = 13.78%

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

#C23227 (or 0xC23227) is known color: Persian Red. HEX triplet: C2, 32 and 27. RGB value is (194,50,39). Sum of RGB (Red+Green+Blue) = 194+50+39=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C23227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23227 is #3DCDD8. Grayscale: #5B5B5B. Windows color (decimal): -4050393 or 2568898. OLE color: 2568898.

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

Color convert

RGB 194 50 39 -
CMYK 0 0.74 0.80 0.24
HSL 4.26º 0.67% 0.46% -
HSV(B) 4.26º 0.8% 0.76% -
XYZ 23.75 13.9 3.35 -
YUV 91.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 194 50 39 0 0.74 0.80 0.24 4.26 0.67 0.46
Hex C2 32 27 0 4A 50 18 4 43 2E
Octal 302 62 47 0 112 120 30 4 103 56
Binary 11000010 110010 100111 0 1001010 1010000 11000 100 1000011 101110

Color Harmonies of #C23227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23227

Black with #C23227

Text Example


Text Example

White with #C23227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23227; }

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

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

background-color css

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

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

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

border-color css

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

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

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