Html Css Color HEX #C32239 Cardinal

📋 copy color: '#C32239'

red 195 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #C32239

Tints of Cardinal #C32239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 68.18%
G = 11.89%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32239 (or 0xC32239) is known color: Cardinal. HEX triplet: C3, 22 and 39. RGB value is (195,34,57). Sum of RGB (Red+Green+Blue) = 195+34+57=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32239 is #3CDDC6. Grayscale: #545454. Windows color (decimal): -3988935 or 3744451. OLE color: 3744451.

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

Color convert

RGB 195 34 57 -
CMYK 0 0.83 0.71 0.24
HSL 351.43º 0.7% 0.45% -
HSV(B) 351.43º 0.83% 0.76% -
XYZ 23.82 13.04 5.13 -
YUV 84.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 195 34 57 0 0.83 0.71 0.24 351.43 0.7 0.45
Hex C3 22 39 0 53 47 18 15F 46 2D
Octal 303 42 71 0 123 107 30 537 106 55
Binary 11000011 100010 111001 0 1010011 1000111 11000 101011111 1000110 101101

Color Harmonies of #C32239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32239

Black with #C32239

Text Example


Text Example

White with #C32239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32239; }

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

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

background-color css

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

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

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

border-color css

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

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

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