Html Css Color HEX #C9213A Cardinal

📋 copy color: '#C9213A'

red 201 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #C9213A

Tints of Cardinal #C9213A

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

 GREEN value IS 33 (13.28% from 255) = 11.3%

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 68.84%
G = 11.3%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9213A (or 0xC9213A) is known color: Cardinal. HEX triplet: C9, 21 and 3A. RGB value is (201,33,58). Sum of RGB (Red+Green+Blue) = 201+33+58=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C9213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9213A is #36DEC5. Grayscale: #565656. Windows color (decimal): -3595974 or 3809737. OLE color: 3809737.

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

Color convert

RGB 201 33 58 -
CMYK 0 0.84 0.71 0.21
HSL 351.07º 0.72% 0.46% -
HSV(B) 351.07º 0.84% 0.79% -
XYZ 25.39 13.81 5.33 -
YUV 86.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 201 33 58 0 0.84 0.71 0.21 351.07 0.72 0.46
Hex C9 21 3A 0 54 47 15 15F 48 2E
Octal 311 41 72 0 124 107 25 537 110 56
Binary 11001001 100001 111010 0 1010100 1000111 10101 101011111 1001000 101110

Color Harmonies of #C9213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9213A

Black with #C9213A

Text Example


Text Example

White with #C9213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9213A; }

 p { color: rgb(201,33,58); }

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

background-color css

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

 a { background-color: rgb(201,33,58); }

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

border-color css

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

 span { border-color: rgb(201,33,58); }

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