Html Css Color HEX #C43325 Persian Red

📋 copy color: '#C43325'

red 196 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C43325

Tints of Persian Red #C43325

RGB

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

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

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

R = 69.01%
G = 17.96%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C43325 (or 0xC43325) is known color: Persian Red. HEX triplet: C4, 33 and 25. RGB value is (196,51,37). Sum of RGB (Red+Green+Blue) = 196+51+37=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43325 is #3BCCDA. Grayscale: #5C5C5C. Windows color (decimal): -3919067 or 2438084. OLE color: 2438084.

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

Color convert

RGB 196 51 37 -
CMYK 0 0.74 0.81 0.23
HSL 5.28º 0.68% 0.46% -
HSV(B) 5.28º 0.81% 0.77% -
XYZ 24.28 14.24 3.22 -
YUV 92.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 196 51 37 0 0.74 0.81 0.23 5.28 0.68 0.46
Hex C4 33 25 0 4A 51 17 5 44 2E
Octal 304 63 45 0 112 121 27 5 104 56
Binary 11000100 110011 100101 0 1001010 1010001 10111 101 1000100 101110

Color Harmonies of #C43325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43325

Black with #C43325

Text Example


Text Example

White with #C43325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43325; }

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

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

background-color css

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

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

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

border-color css

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

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

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