Html Css Color HEX #C23225 Persian Red

📋 copy color: '#C23225'

red 194 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C23225

Tints of Persian Red #C23225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 69.04%
G = 17.79%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C23225 (or 0xC23225) is known color: Persian Red. HEX triplet: C2, 32 and 25. RGB value is (194,50,37). Sum of RGB (Red+Green+Blue) = 194+50+37=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C23225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23225 is #3DCDDA. Grayscale: #5B5B5B. Windows color (decimal): -4050395 or 2437826. OLE color: 2437826.

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

Color convert

RGB 194 50 37 -
CMYK 0 0.74 0.81 0.24
HSL 4.97º 0.68% 0.45% -
HSV(B) 4.97º 0.81% 0.76% -
XYZ 23.72 13.88 3.18 -
YUV 91.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 194 50 37 0 0.74 0.81 0.24 4.97 0.68 0.45
Hex C2 32 25 0 4A 51 18 5 44 2D
Octal 302 62 45 0 112 121 30 5 104 55
Binary 11000010 110010 100101 0 1001010 1010001 11000 101 1000100 101101

Color Harmonies of #C23225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23225

Black with #C23225

Text Example


Text Example

White with #C23225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23225; }

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

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

background-color css

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

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

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

border-color css

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

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

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