Html Css Color HEX #C4253D Cardinal

📋 copy color: '#C4253D'

red 196 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #C4253D

Tints of Cardinal #C4253D

RGB

 RED value IS 196 (76.95% from 255) = 66.67%

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 66.67%
G = 12.59%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4253D (or 0xC4253D) is known color: Cardinal. HEX triplet: C4, 25 and 3D. RGB value is (196,37,61). Sum of RGB (Red+Green+Blue) = 196+37+61=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4253D is #3BDAC2. Grayscale: #575757. Windows color (decimal): -3922627 or 4007364. OLE color: 4007364.

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

Color convert

RGB 196 37 61 -
CMYK 0 0.81 0.69 0.23
HSL 350.94º 0.68% 0.46% -
HSV(B) 350.94º 0.81% 0.77% -
XYZ 24.27 13.4 5.72 -
YUV 87.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 196 37 61 0 0.81 0.69 0.23 350.94 0.68 0.46
Hex C4 25 3D 0 51 45 17 15F 44 2E
Octal 304 45 75 0 121 105 27 537 104 56
Binary 11000100 100101 111101 0 1010001 1000101 10111 101011111 1000100 101110

Color Harmonies of #C4253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4253D

Black with #C4253D

Text Example


Text Example

White with #C4253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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