Html Css Color HEX #C43D3D Persian Red

📋 copy color: '#C43D3D'

red 196 ◦ green 61 ◦ blue 61

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

Shades of Persian Red #C43D3D

Tints of Persian Red #C43D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 61.64%
G = 19.18%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C43D3D (or 0xC43D3D) is known color: Persian Red. HEX triplet: C4, 3D and 3D. RGB value is (196,61,61). Sum of RGB (Red+Green+Blue) = 196+61+61=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D3D is #3BC2C2. Grayscale: #656565. Windows color (decimal): -3916483 or 4013508. OLE color: 4013508.

HSL color Cylindrical-coordinate representation of color #C43D3D: hue angle of 0º degrees, saturation: 0.53, 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 #C43D3D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 61 61 -
CMYK 0 0.69 0.69 0.23
HSL 0.53% 0.5% -
HSV(B) 0.69% 0.77% -
XYZ 25.28 15.41 6.06 -
YUV 101.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 196 61 61 0 0.69 0.69 0.23 0 0.53 0.5
Hex C4 3D 3D 0 45 45 17 0 35 32
Octal 304 75 75 0 105 105 27 0 65 62
Binary 11000100 111101 111101 0 1000101 1000101 10111 0 110101 110010

Color Harmonies of #C43D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D3D

Black with #C43D3D

Text Example


Text Example

White with #C43D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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