Html Css Color HEX #C4302E Persian Red

📋 copy color: '#C4302E'

red 196 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #C4302E

Tints of Persian Red #C4302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 67.59%
G = 16.55%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4302E (or 0xC4302E) is known color: Persian Red. HEX triplet: C4, 30 and 2E. RGB value is (196,48,46). Sum of RGB (Red+Green+Blue) = 196+48+46=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4302E is #3BCFD1. Grayscale: #5C5C5C. Windows color (decimal): -3919826 or 3027140. OLE color: 3027140.

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

Color convert

RGB 196 48 46 -
CMYK 0 0.76 0.77 0.23
HSL 0.8º 0.62% 0.47% -
HSV(B) 0.8º 0.77% 0.77% -
XYZ 24.32 14.05 4.01 -
YUV 92.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 196 48 46 0 0.76 0.77 0.23 0.8 0.62 0.47
Hex C4 30 2E 0 4C 4D 17 1 3E 2F
Octal 304 60 56 0 114 115 27 1 76 57
Binary 11000100 110000 101110 0 1001100 1001101 10111 1 111110 101111

Color Harmonies of #C4302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4302E

Black with #C4302E

Text Example


Text Example

White with #C4302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4302E; }

 p { color: rgb(196,48,46); }

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

background-color css

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

 a { background-color: rgb(196,48,46); }

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

border-color css

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

 span { border-color: rgb(196,48,46); }

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