Html Css Color HEX #C22D2B Persian Red

📋 copy color: '#C22D2B'

red 194 ◦ green 45 ◦ blue 43

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

Shades of Persian Red #C22D2B

Tints of Persian Red #C22D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.96%

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

R = 68.79%
G = 15.96%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C22D2B (or 0xC22D2B) is known color: Persian Red. HEX triplet: C2, 2D and 2B. RGB value is (194,45,43). Sum of RGB (Red+Green+Blue) = 194+45+43=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D2B is #3DD2D4. Grayscale: #595959. Windows color (decimal): -4051669 or 2829762. OLE color: 2829762.

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

Color convert

RGB 194 45 43 -
CMYK 0 0.77 0.78 0.24
HSL 0.79º 0.64% 0.46% -
HSV(B) 0.79º 0.78% 0.76% -
XYZ 23.62 13.52 3.65 -
YUV 89.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 194 45 43 0 0.77 0.78 0.24 0.79 0.64 0.46
Hex C2 2D 2B 0 4D 4E 18 1 40 2E
Octal 302 55 53 0 115 116 30 1 100 56
Binary 11000010 101101 101011 0 1001101 1001110 11000 1 1000000 101110

Color Harmonies of #C22D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D2B

Black with #C22D2B

Text Example


Text Example

White with #C22D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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