Html Css Color HEX #C22F2D Persian Red

📋 copy color: '#C22F2D'

red 194 ◦ green 47 ◦ blue 45

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

Shades of Persian Red #C22F2D

Tints of Persian Red #C22F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 67.83%
G = 16.43%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C22F2D (or 0xC22F2D) is known color: Persian Red. HEX triplet: C2, 2F and 2D. RGB value is (194,47,45). Sum of RGB (Red+Green+Blue) = 194+47+45=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22F2D is #3DD0D2. Grayscale: #5A5A5A. Windows color (decimal): -4051155 or 2961346. OLE color: 2961346.

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

Color convert

RGB 194 47 45 -
CMYK 0 0.76 0.77 0.24
HSL 0.81º 0.62% 0.47% -
HSV(B) 0.81º 0.77% 0.76% -
XYZ 23.74 13.69 3.87 -
YUV 90.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 194 47 45 0 0.76 0.77 0.24 0.81 0.62 0.47
Hex C2 2F 2D 0 4C 4D 18 1 3E 2F
Octal 302 57 55 0 114 115 30 1 76 57
Binary 11000010 101111 101101 0 1001100 1001101 11000 1 111110 101111

Color Harmonies of #C22F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22F2D

Black with #C22F2D

Text Example


Text Example

White with #C22F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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