Html Css Color HEX #C23725 Persian Red

📋 copy color: '#C23725'

red 194 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #C23725

Tints of Persian Red #C23725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 67.83%
G = 19.23%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C23725 (or 0xC23725) is known color: Persian Red. HEX triplet: C2, 37 and 25. RGB value is (194,55,37). Sum of RGB (Red+Green+Blue) = 194+55+37=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C23725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23725 is #3DC8DA. Grayscale: #5E5E5E. Windows color (decimal): -4049115 or 2439106. OLE color: 2439106.

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

Color convert

RGB 194 55 37 -
CMYK 0 0.72 0.81 0.24
HSL 6.88º 0.68% 0.45% -
HSV(B) 6.88º 0.81% 0.76% -
XYZ 23.95 14.34 3.26 -
YUV 94.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 194 55 37 0 0.72 0.81 0.24 6.88 0.68 0.45
Hex C2 37 25 0 48 51 18 7 44 2D
Octal 302 67 45 0 110 121 30 7 104 55
Binary 11000010 110111 100101 0 1001000 1010001 11000 111 1000100 101101

Color Harmonies of #C23725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23725

Black with #C23725

Text Example


Text Example

White with #C23725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23725; }

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

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

background-color css

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

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

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

border-color css

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

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

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