Html Css Color HEX #C43434 Persian Red

📋 copy color: '#C43434'

red 196 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #C43434

Tints of Persian Red #C43434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 65.33%
G = 17.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C43434 (or 0xC43434) is known color: Persian Red. HEX triplet: C4, 34 and 34. RGB value is (196,52,52). Sum of RGB (Red+Green+Blue) = 196+52+52=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C43434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43434 is #3BCBCB. Grayscale: #5F5F5F. Windows color (decimal): -3918796 or 3421380. OLE color: 3421380.

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

Color convert

RGB 196 52 52 -
CMYK 0 0.73 0.73 0.23
HSL 0.58% 0.49% -
HSV(B) 0.73% 0.77% -
XYZ 24.61 14.44 4.74 -
YUV 95.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 196 52 52 0 0.73 0.73 0.23 0 0.58 0.49
Hex C4 34 34 0 49 49 17 0 3A 31
Octal 304 64 64 0 111 111 27 0 72 61
Binary 11000100 110100 110100 0 1001001 1001001 10111 0 111010 110001

Color Harmonies of #C43434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43434

Black with #C43434

Text Example


Text Example

White with #C43434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43434; }

 p { color: rgb(196,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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