Html Css Color HEX #C43B33 Persian Red

📋 copy color: '#C43B33'

red 196 ◦ green 59 ◦ blue 51

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

Shades of Persian Red #C43B33

Tints of Persian Red #C43B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

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

R = 64.05%
G = 19.28%
B = 16.67%

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

#C43B33 (or 0xC43B33) is known color: Persian Red. HEX triplet: C4, 3B and 33. RGB value is (196,59,51). Sum of RGB (Red+Green+Blue) = 196+59+51=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43B33 is #3BC4CC. Grayscale: #636363. Windows color (decimal): -3917005 or 3357636. OLE color: 3357636.

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

Color convert

RGB 196 59 51 -
CMYK 0 0.70 0.74 0.23
HSL 3.31º 0.59% 0.48% -
HSV(B) 3.31º 0.74% 0.77% -
XYZ 24.93 15.1 4.73 -
YUV 99.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 196 59 51 0 0.70 0.74 0.23 3.31 0.59 0.48
Hex C4 3B 33 0 46 4A 17 3 3B 30
Octal 304 73 63 0 106 112 27 3 73 60
Binary 11000100 111011 110011 0 1000110 1001010 10111 11 111011 110000

Color Harmonies of #C43B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B33

Black with #C43B33

Text Example


Text Example

White with #C43B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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