Html Css Color HEX #C43D34 Persian Red

📋 copy color: '#C43D34'

red 196 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #C43D34

Tints of Persian Red #C43D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 63.43%
G = 19.74%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C43D34 (or 0xC43D34) is known color: Persian Red. HEX triplet: C4, 3D and 34. RGB value is (196,61,52). Sum of RGB (Red+Green+Blue) = 196+61+52=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D34 is #3BC2CB. Grayscale: #646464. Windows color (decimal): -3916492 or 3423684. OLE color: 3423684.

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

Color convert

RGB 196 61 52 -
CMYK 0 0.69 0.73 0.23
HSL 3.75º 0.58% 0.49% -
HSV(B) 3.75º 0.73% 0.77% -
XYZ 25.05 15.32 4.89 -
YUV 100.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 196 61 52 0 0.69 0.73 0.23 3.75 0.58 0.49
Hex C4 3D 34 0 45 49 17 4 3A 31
Octal 304 75 64 0 105 111 27 4 72 61
Binary 11000100 111101 110100 0 1000101 1001001 10111 100 111010 110001

Color Harmonies of #C43D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D34

Black with #C43D34

Text Example


Text Example

White with #C43D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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