Html Css Color HEX #C5302B Persian Red

📋 copy color: '#C5302B'

red 197 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #C5302B

Tints of Persian Red #C5302B

RGB

 RED value IS 197 (77.34% from 255) = 68.4%

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 68.4%
G = 16.67%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5302B (or 0xC5302B) is known color: Persian Red. HEX triplet: C5, 30 and 2B. RGB value is (197,48,43). Sum of RGB (Red+Green+Blue) = 197+48+43=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5302B is #3ACFD4. Grayscale: #5C5C5C. Windows color (decimal): -3854293 or 2830533. OLE color: 2830533.

HSL color Cylindrical-coordinate representation of color #C5302B: hue angle of 1.95º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5302B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 48 43 -
CMYK 0 0.76 0.78 0.23
HSL 1.95º 0.64% 0.47% -
HSV(B) 1.95º 0.78% 0.77% -
XYZ 24.52 14.16 3.73 -
YUV 91.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 197 48 43 0 0.76 0.78 0.23 1.95 0.64 0.47
Hex C5 30 2B 0 4C 4E 17 2 40 2F
Octal 305 60 53 0 114 116 27 2 100 57
Binary 11000101 110000 101011 0 1001100 1001110 10111 10 1000000 101111

Color Harmonies of #C5302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5302B

Black with #C5302B

Text Example


Text Example

White with #C5302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5302B; }

 p { color: rgb(197,48,43); }

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

background-color css

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

 a { background-color: rgb(197,48,43); }

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

border-color css

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

 span { border-color: rgb(197,48,43); }

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