Html Css Color HEX #C32039 Cardinal

📋 copy color: '#C32039'

red 195 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #C32039

Tints of Cardinal #C32039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 68.66%
G = 11.27%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32039 (or 0xC32039) is known color: Cardinal. HEX triplet: C3, 20 and 39. RGB value is (195,32,57). Sum of RGB (Red+Green+Blue) = 195+32+57=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32039 is #3CDFC6. Grayscale: #535353. Windows color (decimal): -3989447 or 3743939. OLE color: 3743939.

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

Color convert

RGB 195 32 57 -
CMYK 0 0.84 0.71 0.24
HSL 350.8º 0.72% 0.45% -
HSV(B) 350.8º 0.84% 0.76% -
XYZ 23.76 12.93 5.11 -
YUV 83.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 195 32 57 0 0.84 0.71 0.24 350.8 0.72 0.45
Hex C3 20 39 0 54 47 18 15F 48 2D
Octal 303 40 71 0 124 107 30 537 110 55
Binary 11000011 100000 111001 0 1010100 1000111 11000 101011111 1001000 101101

Color Harmonies of #C32039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32039

Black with #C32039

Text Example


Text Example

White with #C32039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32039; }

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

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

background-color css

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

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

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

border-color css

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

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

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