Html Css Color HEX #C43F38 Persian Red

📋 copy color: '#C43F38'

red 196 ◦ green 63 ◦ blue 56

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

Shades of Persian Red #C43F38

Tints of Persian Red #C43F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 62.22%
G = 20%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43F38 (or 0xC43F38) is known color: Persian Red. HEX triplet: C4, 3F and 38. RGB value is (196,63,56). Sum of RGB (Red+Green+Blue) = 196+63+56=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F38 is #3BC0C7. Grayscale: #666666. Windows color (decimal): -3915976 or 3686340. OLE color: 3686340.

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

Color convert

RGB 196 63 56 -
CMYK 0 0.68 0.71 0.23
HSL 0.56% 0.49% -
HSV(B) 0.71% 0.77% -
XYZ 25.26 15.58 5.42 -
YUV 101.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 196 63 56 0 0.68 0.71 0.23 3 0.56 0.49
Hex C4 3F 38 0 44 47 17 3 38 31
Octal 304 77 70 0 104 107 27 3 70 61
Binary 11000100 111111 111000 0 1000100 1000111 10111 11 111000 110001

Color Harmonies of #C43F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F38

Black with #C43F38

Text Example


Text Example

White with #C43F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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