Html Css Color HEX #C2302B Persian Red

📋 copy color: '#C2302B'

red 194 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #C2302B

Tints of Persian Red #C2302B

RGB

 RED value IS 194 (76.17% from 255) = 68.07%

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

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

R = 68.07%
G = 16.84%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2302B (or 0xC2302B) is known color: Persian Red. HEX triplet: C2, 30 and 2B. RGB value is (194,48,43). Sum of RGB (Red+Green+Blue) = 194+48+43=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C2302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2302B is #3DCFD4. Grayscale: #5B5B5B. Windows color (decimal): -4050901 or 2830530. OLE color: 2830530.

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

Color convert

RGB 194 48 43 -
CMYK 0 0.75 0.78 0.24
HSL 1.99º 0.64% 0.46% -
HSV(B) 1.99º 0.78% 0.76% -
XYZ 23.74 13.76 3.69 -
YUV 91.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 194 48 43 0 0.75 0.78 0.24 1.99 0.64 0.46
Hex C2 30 2B 0 4B 4E 18 2 40 2E
Octal 302 60 53 0 113 116 30 2 100 56
Binary 11000010 110000 101011 0 1001011 1001110 11000 10 1000000 101110

Color Harmonies of #C2302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2302B

Black with #C2302B

Text Example


Text Example

White with #C2302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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