Html Css Color HEX #C42925 Persian Red

📋 copy color: '#C42925'

red 196 ◦ green 41 ◦ blue 37

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

Shades of Persian Red #C42925

Tints of Persian Red #C42925

RGB

 RED value IS 196 (76.95% from 255) = 71.53%

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 71.53%
G = 14.96%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C42925 (or 0xC42925) is known color: Persian Red. HEX triplet: C4, 29 and 25. RGB value is (196,41,37). Sum of RGB (Red+Green+Blue) = 196+41+37=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C42925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42925 is #3BD6DA. Grayscale: #575757. Windows color (decimal): -3921627 or 2435524. OLE color: 2435524.

HSL color Cylindrical-coordinate representation of color #C42925: hue angle of 1.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42925 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 41 37 -
CMYK 0 0.79 0.81 0.23
HSL 1.51º 0.68% 0.46% -
HSV(B) 1.51º 0.81% 0.77% -
XYZ 23.89 13.46 3.09 -
YUV 86.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 196 41 37 0 0.79 0.81 0.23 1.51 0.68 0.46
Hex C4 29 25 0 4F 51 17 2 44 2E
Octal 304 51 45 0 117 121 27 2 104 56
Binary 11000100 101001 100101 0 1001111 1010001 10111 10 1000100 101110

Color Harmonies of #C42925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42925

Black with #C42925

Text Example


Text Example

White with #C42925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42925; }

 p { color: rgb(196,41,37); }

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

background-color css

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

 a { background-color: rgb(196,41,37); }

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

border-color css

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

 span { border-color: rgb(196,41,37); }

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