Html Css Color HEX #C2302D Persian Red

📋 copy color: '#C2302D'

red 194 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #C2302D

Tints of Persian Red #C2302D

RGB

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

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

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

R = 67.6%
G = 16.72%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2302D (or 0xC2302D) is known color: Persian Red. HEX triplet: C2, 30 and 2D. RGB value is (194,48,45). Sum of RGB (Red+Green+Blue) = 194+48+45=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2302D is #3DCFD2. Grayscale: #5B5B5B. Windows color (decimal): -4050899 or 2961602. OLE color: 2961602.

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

Color convert

RGB 194 48 45 -
CMYK 0 0.75 0.77 0.24
HSL 1.21º 0.62% 0.47% -
HSV(B) 1.21º 0.77% 0.76% -
XYZ 23.78 13.77 3.89 -
YUV 91.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 194 48 45 0 0.75 0.77 0.24 1.21 0.62 0.47
Hex C2 30 2D 0 4B 4D 18 1 3E 2F
Octal 302 60 55 0 113 115 30 1 76 57
Binary 11000010 110000 101101 0 1001011 1001101 11000 1 111110 101111

Color Harmonies of #C2302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2302D

Black with #C2302D

Text Example


Text Example

White with #C2302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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