Html Css Color HEX #C8302B Persian Red

📋 copy color: '#C8302B'

red 200 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #C8302B

Tints of Persian Red #C8302B

RGB

 RED value IS 200 (78.52% from 255) = 68.73%

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

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

R = 68.73%
G = 16.49%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8302B (or 0xC8302B) is known color: Persian Red. HEX triplet: C8, 30 and 2B. RGB value is (200,48,43). Sum of RGB (Red+Green+Blue) = 200+48+43=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8302B is #37CFD4. Grayscale: #5D5D5D. Windows color (decimal): -3657685 or 2830536. OLE color: 2830536.

HSL color Cylindrical-coordinate representation of color #C8302B: hue angle of 1.91º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8302B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 43 -
CMYK 0 0.76 0.78 0.22
HSL 1.91º 0.65% 0.48% -
HSV(B) 1.91º 0.79% 0.78% -
XYZ 25.31 14.57 3.76 -
YUV 92.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 200 48 43 0 0.76 0.78 0.22 1.91 0.65 0.48
Hex C8 30 2B 0 4C 4E 16 2 41 30
Octal 310 60 53 0 114 116 26 2 101 60
Binary 11001000 110000 101011 0 1001100 1001110 10110 10 1000001 110000

Color Harmonies of #C8302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8302B

Black with #C8302B

Text Example


Text Example

White with #C8302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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