Html Css Color HEX #C2332F Persian Red

📋 copy color: '#C2332F'

red 194 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #C2332F

Tints of Persian Red #C2332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 66.44%
G = 17.47%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2332F (or 0xC2332F) is known color: Persian Red. HEX triplet: C2, 33 and 2F. RGB value is (194,51,47). Sum of RGB (Red+Green+Blue) = 194+51+47=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2332F is #3DCCD0. Grayscale: #5D5D5D. Windows color (decimal): -4050129 or 3093442. OLE color: 3093442.

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

Color convert

RGB 194 51 47 -
CMYK 0 0.74 0.76 0.24
HSL 1.63º 0.61% 0.47% -
HSV(B) 1.63º 0.76% 0.76% -
XYZ 23.95 14.04 4.14 -
YUV 93.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 194 51 47 0 0.74 0.76 0.24 1.63 0.61 0.47
Hex C2 33 2F 0 4A 4C 18 2 3D 2F
Octal 302 63 57 0 112 114 30 2 75 57
Binary 11000010 110011 101111 0 1001010 1001100 11000 10 111101 101111

Color Harmonies of #C2332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2332F

Black with #C2332F

Text Example


Text Example

White with #C2332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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