Html Css Color HEX #C23525 Persian Red

📋 copy color: '#C23525'

red 194 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #C23525

Tints of Persian Red #C23525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 68.31%
G = 18.66%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C23525 (or 0xC23525) is known color: Persian Red. HEX triplet: C2, 35 and 25. RGB value is (194,53,37). Sum of RGB (Red+Green+Blue) = 194+53+37=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C23525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23525 is #3DCADA. Grayscale: #5D5D5D. Windows color (decimal): -4049627 or 2438594. OLE color: 2438594.

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

Color convert

RGB 194 53 37 -
CMYK 0 0.73 0.81 0.24
HSL 6.11º 0.68% 0.45% -
HSV(B) 6.11º 0.81% 0.76% -
XYZ 23.86 14.15 3.22 -
YUV 93.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 194 53 37 0 0.73 0.81 0.24 6.11 0.68 0.45
Hex C2 35 25 0 49 51 18 6 44 2D
Octal 302 65 45 0 111 121 30 6 104 55
Binary 11000010 110101 100101 0 1001001 1010001 11000 110 1000100 101101

Color Harmonies of #C23525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23525

Black with #C23525

Text Example


Text Example

White with #C23525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23525; }

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

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

background-color css

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

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

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

border-color css

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

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

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