Html Css Color HEX #C43A33 Persian Red

📋 copy color: '#C43A33'

red 196 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #C43A33

Tints of Persian Red #C43A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 64.26%
G = 19.02%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43A33 (or 0xC43A33) is known color: Persian Red. HEX triplet: C4, 3A and 33. RGB value is (196,58,51). Sum of RGB (Red+Green+Blue) = 196+58+51=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A33 is #3BC5CC. Grayscale: #626262. Windows color (decimal): -3917261 or 3357380. OLE color: 3357380.

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

Color convert

RGB 196 58 51 -
CMYK 0 0.70 0.74 0.23
HSL 2.9º 0.59% 0.48% -
HSV(B) 2.9º 0.74% 0.77% -
XYZ 24.88 15 4.72 -
YUV 98.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 196 58 51 0 0.70 0.74 0.23 2.9 0.59 0.48
Hex C4 3A 33 0 46 4A 17 3 3B 30
Octal 304 72 63 0 106 112 27 3 73 60
Binary 11000100 111010 110011 0 1000110 1001010 10111 11 111011 110000

Color Harmonies of #C43A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A33

Black with #C43A33

Text Example


Text Example

White with #C43A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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