Html Css Color HEX #C43833 Persian Red

📋 copy color: '#C43833'

red 196 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #C43833

Tints of Persian Red #C43833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 64.69%
G = 18.48%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43833 (or 0xC43833) is known color: Persian Red. HEX triplet: C4, 38 and 33. RGB value is (196,56,51). Sum of RGB (Red+Green+Blue) = 196+56+51=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43833 is #3BC7CC. Grayscale: #616161. Windows color (decimal): -3917773 or 3356868. OLE color: 3356868.

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

Color convert

RGB 196 56 51 -
CMYK 0 0.71 0.74 0.23
HSL 2.07º 0.59% 0.48% -
HSV(B) 2.07º 0.74% 0.77% -
XYZ 24.78 14.8 4.68 -
YUV 97.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 196 56 51 0 0.71 0.74 0.23 2.07 0.59 0.48
Hex C4 38 33 0 47 4A 17 2 3B 30
Octal 304 70 63 0 107 112 27 2 73 60
Binary 11000100 111000 110011 0 1000111 1001010 10111 10 111011 110000

Color Harmonies of #C43833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43833

Black with #C43833

Text Example


Text Example

White with #C43833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43833; }

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

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

background-color css

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

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

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

border-color css

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

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

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