Html Css Color HEX #C21335 Cardinal

📋 copy color: '#C21335'

red 194 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C21335

Tints of Cardinal #C21335

RGB

 RED value IS 194 (76.17% from 255) = 72.93%

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 72.93%
G = 7.14%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21335 (or 0xC21335) is known color: Cardinal. HEX triplet: C2, 13 and 35. RGB value is (194,19,53). Sum of RGB (Red+Green+Blue) = 194+19+53=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21335 is #3DECCA. Grayscale: #4B4B4B. Windows color (decimal): -4058315 or 3478466. OLE color: 3478466.

HSL color Cylindrical-coordinate representation of color #C21335: hue angle of 348.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21335 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 53 -
CMYK 0 0.90 0.73 0.24
HSL 348.34º 0.82% 0.42% -
HSV(B) 348.34º 0.9% 0.76% -
XYZ 23.12 12.19 4.5 -
YUV 75.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 194 19 53 0 0.90 0.73 0.24 348.34 0.82 0.42
Hex C2 13 35 0 5A 49 18 15C 52 2A
Octal 302 23 65 0 132 111 30 534 122 52
Binary 11000010 10011 110101 0 1011010 1001001 11000 101011100 1010010 101010

Color Harmonies of #C21335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21335

Black with #C21335

Text Example


Text Example

White with #C21335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21335; }

 p { color: rgb(194,19,53); }

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

background-color css

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

 a { background-color: rgb(194,19,53); }

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

border-color css

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

 span { border-color: rgb(194,19,53); }

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