Html Css Color HEX #C43E2D Persian Red

📋 copy color: '#C43E2D'

red 196 ◦ green 62 ◦ blue 45

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

Shades of Persian Red #C43E2D

Tints of Persian Red #C43E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 64.69%
G = 20.46%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C43E2D (or 0xC43E2D) is known color: Persian Red. HEX triplet: C4, 3E and 2D. RGB value is (196,62,45). Sum of RGB (Red+Green+Blue) = 196+62+45=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E2D is #3BC1D2. Grayscale: #646464. Windows color (decimal): -3916243 or 2965188. OLE color: 2965188.

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

Color convert

RGB 196 62 45 -
CMYK 0 0.68 0.77 0.23
HSL 6.75º 0.63% 0.47% -
HSV(B) 6.75º 0.77% 0.77% -
XYZ 24.96 15.37 4.13 -
YUV 100.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 196 62 45 0 0.68 0.77 0.23 6.75 0.63 0.47
Hex C4 3E 2D 0 44 4D 17 7 3F 2F
Octal 304 76 55 0 104 115 27 7 77 57
Binary 11000100 111110 101101 0 1000100 1001101 10111 111 111111 101111

Color Harmonies of #C43E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E2D

Black with #C43E2D

Text Example


Text Example

White with #C43E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E2D; }

 p { color: rgb(196,62,45); }

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

background-color css

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

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

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

border-color css

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

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

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