Html Css Color HEX #C4362D Persian Red

📋 copy color: '#C4362D'

red 196 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #C4362D

Tints of Persian Red #C4362D

RGB

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

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

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

R = 66.44%
G = 18.31%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4362D (or 0xC4362D) is known color: Persian Red. HEX triplet: C4, 36 and 2D. RGB value is (196,54,45). Sum of RGB (Red+Green+Blue) = 196+54+45=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4362D is #3BC9D2. Grayscale: #5F5F5F. Windows color (decimal): -3918291 or 2963140. OLE color: 2963140.

HSL color Cylindrical-coordinate representation of color #C4362D: hue angle of 3.58º 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 #C4362D is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 45 -
CMYK 0 0.72 0.77 0.23
HSL 3.58º 0.63% 0.47% -
HSV(B) 3.58º 0.77% 0.77% -
XYZ 24.56 14.56 4 -
YUV 95.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 196 54 45 0 0.72 0.77 0.23 3.58 0.63 0.47
Hex C4 36 2D 0 48 4D 17 4 3F 2F
Octal 304 66 55 0 110 115 27 4 77 57
Binary 11000100 110110 101101 0 1001000 1001101 10111 100 111111 101111

Color Harmonies of #C4362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4362D

Black with #C4362D

Text Example


Text Example

White with #C4362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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