Html Css Color HEX #C43433 Persian Red

📋 copy color: '#C43433'

red 196 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #C43433

Tints of Persian Red #C43433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 65.55%
G = 17.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43433 (or 0xC43433) is known color: Persian Red. HEX triplet: C4, 34 and 33. RGB value is (196,52,51). Sum of RGB (Red+Green+Blue) = 196+52+51=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C43433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43433 is #3BCBCC. Grayscale: #5F5F5F. Windows color (decimal): -3918797 or 3355844. OLE color: 3355844.

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

Color convert

RGB 196 52 51 -
CMYK 0 0.73 0.74 0.23
HSL 0.41º 0.59% 0.48% -
HSV(B) 0.41º 0.74% 0.77% -
XYZ 24.59 14.43 4.62 -
YUV 94.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 196 52 51 0 0.73 0.74 0.23 0.41 0.59 0.48
Hex C4 34 33 0 49 4A 17 0 3B 30
Octal 304 64 63 0 111 112 27 0 73 60
Binary 11000100 110100 110011 0 1001001 1001010 10111 0 111011 110000

Color Harmonies of #C43433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43433

Black with #C43433

Text Example


Text Example

White with #C43433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43433; }

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

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

background-color css

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

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

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

border-color css

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

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

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