Html Css Color HEX #C43F33 Persian Red

📋 copy color: '#C43F33'

red 196 ◦ green 63 ◦ blue 51

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

Shades of Persian Red #C43F33

Tints of Persian Red #C43F33

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

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

R = 63.23%
G = 20.32%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43F33 (or 0xC43F33) is known color: Persian Red. HEX triplet: C4, 3F and 33. RGB value is (196,63,51). Sum of RGB (Red+Green+Blue) = 196+63+51=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F33 is #3BC0CC. Grayscale: #656565. Windows color (decimal): -3915981 or 3358660. OLE color: 3358660.

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

Color convert

RGB 196 63 51 -
CMYK 0 0.68 0.74 0.23
HSL 4.97º 0.59% 0.48% -
HSV(B) 4.97º 0.74% 0.77% -
XYZ 25.14 15.53 4.8 -
YUV 101.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 196 63 51 0 0.68 0.74 0.23 4.97 0.59 0.48
Hex C4 3F 33 0 44 4A 17 5 3B 30
Octal 304 77 63 0 104 112 27 5 73 60
Binary 11000100 111111 110011 0 1000100 1001010 10111 101 111011 110000

Color Harmonies of #C43F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F33

Black with #C43F33

Text Example


Text Example

White with #C43F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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