Html Css Color HEX #C43F3C Persian Red

📋 copy color: '#C43F3C'

red 196 ◦ green 63 ◦ blue 60

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

Shades of Persian Red #C43F3C

Tints of Persian Red #C43F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 61.44%
G = 19.75%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C43F3C (or 0xC43F3C) is known color: Persian Red. HEX triplet: C4, 3F and 3C. RGB value is (196,63,60). Sum of RGB (Red+Green+Blue) = 196+63+60=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F3C is #3BC0C3. Grayscale: #666666. Windows color (decimal): -3915972 or 3948484. OLE color: 3948484.

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

Color convert

RGB 196 63 60 -
CMYK 0 0.68 0.69 0.23
HSL 1.32º 0.54% 0.5% -
HSV(B) 1.32º 0.69% 0.77% -
XYZ 25.36 15.62 5.95 -
YUV 102.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 196 63 60 0 0.68 0.69 0.23 1.32 0.54 0.5
Hex C4 3F 3C 0 44 45 17 1 36 32
Octal 304 77 74 0 104 105 27 1 66 62
Binary 11000100 111111 111100 0 1000100 1000101 10111 1 110110 110010

Color Harmonies of #C43F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F3C

Black with #C43F3C

Text Example


Text Example

White with #C43F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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