Html Css Color HEX #C23325 Persian Red

📋 copy color: '#C23325'

red 194 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C23325

Tints of Persian Red #C23325

RGB

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

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

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

R = 68.79%
G = 18.09%
B = 13.12%

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

#C23325 (or 0xC23325) is known color: Persian Red. HEX triplet: C2, 33 and 25. RGB value is (194,51,37). Sum of RGB (Red+Green+Blue) = 194+51+37=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C23325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23325 is #3DCCDA. Grayscale: #5C5C5C. Windows color (decimal): -4050139 or 2438082. OLE color: 2438082.

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

Color convert

RGB 194 51 37 -
CMYK 0 0.74 0.81 0.24
HSL 5.35º 0.68% 0.45% -
HSV(B) 5.35º 0.81% 0.76% -
XYZ 23.77 13.97 3.19 -
YUV 92.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 194 51 37 0 0.74 0.81 0.24 5.35 0.68 0.45
Hex C2 33 25 0 4A 51 18 5 44 2D
Octal 302 63 45 0 112 121 30 5 104 55
Binary 11000010 110011 100101 0 1001010 1010001 11000 101 1000100 101101

Color Harmonies of #C23325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23325

Black with #C23325

Text Example


Text Example

White with #C23325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23325; }

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

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

background-color css

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

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

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

border-color css

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

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

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