Html Css Color HEX #C43124 Persian Red

📋 copy color: '#C43124'

red 196 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #C43124

Tints of Persian Red #C43124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 69.75%
G = 17.44%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C43124 (or 0xC43124) is known color: Persian Red. HEX triplet: C4, 31 and 24. RGB value is (196,49,36). Sum of RGB (Red+Green+Blue) = 196+49+36=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C43124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43124 is #3BCEDB. Grayscale: #5B5B5B. Windows color (decimal): -3919580 or 2372036. OLE color: 2372036.

HSL color Cylindrical-coordinate representation of color #C43124: hue angle of 4.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C43124 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 36 -
CMYK 0 0.75 0.82 0.23
HSL 4.88º 0.69% 0.45% -
HSV(B) 4.88º 0.82% 0.77% -
XYZ 24.18 14.06 3.11 -
YUV 91.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 196 49 36 0 0.75 0.82 0.23 4.88 0.69 0.45
Hex C4 31 24 0 4B 52 17 5 45 2D
Octal 304 61 44 0 113 122 27 5 105 55
Binary 11000100 110001 100100 0 1001011 1010010 10111 101 1000101 101101

Color Harmonies of #C43124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43124

Black with #C43124

Text Example


Text Example

White with #C43124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43124; }

 p { color: rgb(196,49,36); }

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

background-color css

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

 a { background-color: rgb(196,49,36); }

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

border-color css

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

 span { border-color: rgb(196,49,36); }

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