Html Css Color HEX #C43A2E Persian Red

📋 copy color: '#C43A2E'

red 196 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #C43A2E

Tints of Persian Red #C43A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 65.33%
G = 19.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C43A2E (or 0xC43A2E) is known color: Persian Red. HEX triplet: C4, 3A and 2E. RGB value is (196,58,46). Sum of RGB (Red+Green+Blue) = 196+58+46=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A2E is #3BC5D1. Grayscale: #626262. Windows color (decimal): -3917266 or 3029700. OLE color: 3029700.

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

Color convert

RGB 196 58 46 -
CMYK 0 0.70 0.77 0.23
HSL 4.8º 0.62% 0.47% -
HSV(B) 4.8º 0.77% 0.77% -
XYZ 24.77 14.96 4.17 -
YUV 97.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 196 58 46 0 0.70 0.77 0.23 4.8 0.62 0.47
Hex C4 3A 2E 0 46 4D 17 5 3E 2F
Octal 304 72 56 0 106 115 27 5 76 57
Binary 11000100 111010 101110 0 1000110 1001101 10111 101 111110 101111

Color Harmonies of #C43A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A2E

Black with #C43A2E

Text Example


Text Example

White with #C43A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A2E; }

 p { color: rgb(196,58,46); }

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

background-color css

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

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

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

border-color css

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

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

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