Html Css Color HEX #C32242 Cardinal

📋 copy color: '#C32242'

red 195 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #C32242

Tints of Cardinal #C32242

RGB

 RED value IS 195 (76.56% from 255) = 66.1%

 GREEN value IS 34 (13.67% from 255) = 11.53%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 66.1%
G = 11.53%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32242 (or 0xC32242) is known color: Cardinal. HEX triplet: C3, 22 and 42. RGB value is (195,34,66). Sum of RGB (Red+Green+Blue) = 195+34+66=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32242 is #3CDDBD. Grayscale: #555555. Windows color (decimal): -3988926 or 4334275. OLE color: 4334275.

HSL color Cylindrical-coordinate representation of color #C32242: hue angle of 348.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32242 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 66 -
CMYK 0 0.83 0.66 0.24
HSL 348.07º 0.7% 0.45% -
HSV(B) 348.07º 0.83% 0.76% -
XYZ 24.06 13.14 6.42 -
YUV 85.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 195 34 66 0 0.83 0.66 0.24 348.07 0.7 0.45
Hex C3 22 42 0 53 42 18 15C 46 2D
Octal 303 42 102 0 123 102 30 534 106 55
Binary 11000011 100010 1000010 0 1010011 1000010 11000 101011100 1000110 101101

Color Harmonies of #C32242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32242

Black with #C32242

Text Example


Text Example

White with #C32242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32242; }

 p { color: rgb(195,34,66); }

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

background-color css

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

 a { background-color: rgb(195,34,66); }

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

border-color css

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

 span { border-color: rgb(195,34,66); }

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