Html Css Color HEX #C43C38 Persian Red

📋 copy color: '#C43C38'

red 196 ◦ green 60 ◦ blue 56

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

Shades of Persian Red #C43C38

Tints of Persian Red #C43C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 62.82%
G = 19.23%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43C38 (or 0xC43C38) is known color: Persian Red. HEX triplet: C4, 3C and 38. RGB value is (196,60,56). Sum of RGB (Red+Green+Blue) = 196+60+56=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43C38 is #3BC3C7. Grayscale: #646464. Windows color (decimal): -3916744 or 3685572. OLE color: 3685572.

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

Color convert

RGB 196 60 56 -
CMYK 0 0.69 0.71 0.23
HSL 1.71º 0.56% 0.49% -
HSV(B) 1.71º 0.71% 0.77% -
XYZ 25.09 15.25 5.36 -
YUV 100.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 196 60 56 0 0.69 0.71 0.23 1.71 0.56 0.49
Hex C4 3C 38 0 45 47 17 2 38 31
Octal 304 74 70 0 105 107 27 2 70 61
Binary 11000100 111100 111000 0 1000101 1000111 10111 10 111000 110001

Color Harmonies of #C43C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C38

Black with #C43C38

Text Example


Text Example

White with #C43C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C38; }

 p { color: rgb(196,60,56); }

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

background-color css

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

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

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

border-color css

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

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

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