Html Css Color HEX #C32337 Cardinal

📋 copy color: '#C32337'

red 195 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #C32337

Tints of Cardinal #C32337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 68.42%
G = 12.28%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C32337 (or 0xC32337) is known color: Cardinal. HEX triplet: C3, 23 and 37. RGB value is (195,35,55). Sum of RGB (Red+Green+Blue) = 195+35+55=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32337 is #3CDCC8. Grayscale: #555555. Windows color (decimal): -3988681 or 3613635. OLE color: 3613635.

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

Color convert

RGB 195 35 55 -
CMYK 0 0.82 0.72 0.24
HSL 352.5º 0.7% 0.45% -
HSV(B) 352.5º 0.82% 0.76% -
XYZ 23.8 13.08 4.88 -
YUV 85.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 195 35 55 0 0.82 0.72 0.24 352.5 0.7 0.45
Hex C3 23 37 0 52 48 18 160 46 2D
Octal 303 43 67 0 122 110 30 540 106 55
Binary 11000011 100011 110111 0 1010010 1001000 11000 101100000 1000110 101101

Color Harmonies of #C32337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32337

Black with #C32337

Text Example


Text Example

White with #C32337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32337; }

 p { color: rgb(195,35,55); }

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

background-color css

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

 a { background-color: rgb(195,35,55); }

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

border-color css

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

 span { border-color: rgb(195,35,55); }

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