Html Css Color HEX #C32034 Cardinal

📋 copy color: '#C32034'

red 195 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #C32034

Tints of Cardinal #C32034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 69.89%
G = 11.47%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32034 (or 0xC32034) is known color: Cardinal. HEX triplet: C3, 20 and 34. RGB value is (195,32,52). Sum of RGB (Red+Green+Blue) = 195+32+52=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C32034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32034 is #3CDFCB. Grayscale: #535353. Windows color (decimal): -3989452 or 3416259. OLE color: 3416259.

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

Color convert

RGB 195 32 52 -
CMYK 0 0.84 0.73 0.24
HSL 352.64º 0.72% 0.45% -
HSV(B) 352.64º 0.84% 0.76% -
XYZ 23.64 12.88 4.49 -
YUV 83.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 195 32 52 0 0.84 0.73 0.24 352.64 0.72 0.45
Hex C3 20 34 0 54 49 18 161 48 2D
Octal 303 40 64 0 124 111 30 541 110 55
Binary 11000011 100000 110100 0 1010100 1001001 11000 101100001 1001000 101101

Color Harmonies of #C32034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32034

Black with #C32034

Text Example


Text Example

White with #C32034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32034; }

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

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

background-color css

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

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

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

border-color css

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

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

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