Html Css Color HEX #C43635 Persian Red

📋 copy color: '#C43635'

red 196 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #C43635

Tints of Persian Red #C43635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 64.69%
G = 17.82%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C43635 (or 0xC43635) is known color: Persian Red. HEX triplet: C4, 36 and 35. RGB value is (196,54,53). Sum of RGB (Red+Green+Blue) = 196+54+53=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43635 is #3BC9CA. Grayscale: #606060. Windows color (decimal): -3918283 or 3487428. OLE color: 3487428.

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

Color convert

RGB 196 54 53 -
CMYK 0 0.72 0.73 0.23
HSL 0.42º 0.57% 0.49% -
HSV(B) 0.42º 0.73% 0.77% -
XYZ 24.73 14.63 4.89 -
YUV 96.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 196 54 53 0 0.72 0.73 0.23 0.42 0.57 0.49
Hex C4 36 35 0 48 49 17 0 39 31
Octal 304 66 65 0 110 111 27 0 71 61
Binary 11000100 110110 110101 0 1001000 1001001 10111 0 111001 110001

Color Harmonies of #C43635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43635

Black with #C43635

Text Example


Text Example

White with #C43635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43635; }

 p { color: rgb(196,54,53); }

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

background-color css

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

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

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

border-color css

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

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

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