Html Css Color HEX #C43F3F Persian Red

📋 copy color: '#C43F3F'

red 196 ◦ green 63 ◦ blue 63

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

Shades of Persian Red #C43F3F

Tints of Persian Red #C43F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 60.87%
G = 19.57%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C43F3F (or 0xC43F3F) is known color: Persian Red. HEX triplet: C4, 3F and 3F. RGB value is (196,63,63). Sum of RGB (Red+Green+Blue) = 196+63+63=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F3F is #3BC0C0. Grayscale: #666666. Windows color (decimal): -3915969 or 4145092. OLE color: 4145092.

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

Color convert

RGB 196 63 63 -
CMYK 0 0.68 0.68 0.23
HSL 0.53% 0.51% -
HSV(B) 0.68% 0.77% -
XYZ 25.44 15.65 6.38 -
YUV 102.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 196 63 63 0 0.68 0.68 0.23 0 0.53 0.51
Hex C4 3F 3F 0 44 44 17 0 35 33
Octal 304 77 77 0 104 104 27 0 65 63
Binary 11000100 111111 111111 0 1000100 1000100 10111 0 110101 110011

Color Harmonies of #C43F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F3F

Black with #C43F3F

Text Example


Text Example

White with #C43F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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