Html Css Color HEX #C2302A Persian Red

📋 copy color: '#C2302A'

red 194 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #C2302A

Tints of Persian Red #C2302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 68.31%
G = 16.9%
B = 14.79%

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

#C2302A (or 0xC2302A) is known color: Persian Red. HEX triplet: C2, 30 and 2A. RGB value is (194,48,42). Sum of RGB (Red+Green+Blue) = 194+48+42=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C2302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2302A is #3DCFD5. Grayscale: #5B5B5B. Windows color (decimal): -4050902 or 2764994. OLE color: 2764994.

HSL color Cylindrical-coordinate representation of color #C2302A: hue angle of 2.37º 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 #C2302A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 42 -
CMYK 0 0.75 0.78 0.24
HSL 2.37º 0.64% 0.46% -
HSV(B) 2.37º 0.78% 0.76% -
XYZ 23.72 13.75 3.59 -
YUV 90.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 194 48 42 0 0.75 0.78 0.24 2.37 0.64 0.46
Hex C2 30 2A 0 4B 4E 18 2 40 2E
Octal 302 60 52 0 113 116 30 2 100 56
Binary 11000010 110000 101010 0 1001011 1001110 11000 10 1000000 101110

Color Harmonies of #C2302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2302A

Black with #C2302A

Text Example


Text Example

White with #C2302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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