#C3253D

Color #C3253D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C3253D

Tints of Cardinal #C3253D

Color information

#C3253D (or 0xC3253D) is unknown color: approx Cardinal. HEX triplet: C3, 25 and 3D. RGB value is (195,37,61). Sum of RGB (Red+Green+Blue) = 195+37+61=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3253D is #3CDAC2. Grayscale: #575757. Windows color (decimal): -3988163 or 4007363. OLE color: 4007363.

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

Color convert

RGB1953761-
CMYK00.810.690.24
HSL350.89º68.1%45.49%-
HSV(B)350.89º81.03%76.47%-
XYZ24.0113.265.71-
YUV86.98113.35205.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.55%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=66.55%
G=12.63%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195376100.810.690.24350.8968.145.49
HexC3253D051451815f442d
Octal303457501211053053710455
Binary11000011100101111101010100011000101110001010111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3253D; }

 p { color: rgb(195,37,61); }

 H1.HeaderClassName
 {
   color: #C3253D;
 }
 .AnyTagClassName
 {
   color: #C3253D;
 }
</style>
background-color css

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

 a { background-color: rgb(195,37,61); }

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

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

 span { border-color: rgb(195,37,61); }

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