Html Css Color HEX #C23625 Persian Red

📋 copy color: '#C23625'

red 194 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #C23625

Tints of Persian Red #C23625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 68.07%
G = 18.95%
B = 12.98%

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

#C23625 (or 0xC23625) is known color: Persian Red. HEX triplet: C2, 36 and 25. RGB value is (194,54,37). Sum of RGB (Red+Green+Blue) = 194+54+37=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C23625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23625 is #3DC9DA. Grayscale: #5E5E5E. Windows color (decimal): -4049371 or 2438850. OLE color: 2438850.

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

Color convert

RGB 194 54 37 -
CMYK 0 0.72 0.81 0.24
HSL 6.5º 0.68% 0.45% -
HSV(B) 6.5º 0.81% 0.76% -
XYZ 23.9 14.24 3.24 -
YUV 93.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 194 54 37 0 0.72 0.81 0.24 6.5 0.68 0.45
Hex C2 36 25 0 48 51 18 6 44 2D
Octal 302 66 45 0 110 121 30 6 104 55
Binary 11000010 110110 100101 0 1001000 1010001 11000 110 1000100 101101

Color Harmonies of #C23625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23625

Black with #C23625

Text Example


Text Example

White with #C23625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23625; }

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

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

background-color css

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

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

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

border-color css

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

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

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