Html Css Color HEX #C43A2C Persian Red

📋 copy color: '#C43A2C'

red 196 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #C43A2C

Tints of Persian Red #C43A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 65.77%
G = 19.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C43A2C (or 0xC43A2C) is known color: Persian Red. HEX triplet: C4, 3A and 2C. RGB value is (196,58,44). Sum of RGB (Red+Green+Blue) = 196+58+44=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A2C is #3BC5D3. Grayscale: #616161. Windows color (decimal): -3917268 or 2898628. OLE color: 2898628.

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

Color convert

RGB 196 58 44 -
CMYK 0 0.70 0.78 0.23
HSL 5.53º 0.63% 0.47% -
HSV(B) 5.53º 0.78% 0.77% -
XYZ 24.73 14.94 3.96 -
YUV 97.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 196 58 44 0 0.70 0.78 0.23 5.53 0.63 0.47
Hex C4 3A 2C 0 46 4E 17 6 3F 2F
Octal 304 72 54 0 106 116 27 6 77 57
Binary 11000100 111010 101100 0 1000110 1001110 10111 110 111111 101111

Color Harmonies of #C43A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A2C

Black with #C43A2C

Text Example


Text Example

White with #C43A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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