Html Css Color HEX #C21F33 Cardinal

📋 copy color: '#C21F33'

red 194 ◦ green 31 ◦ blue 51

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

Shades of Cardinal #C21F33

Tints of Cardinal #C21F33

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 70.29%
G = 11.23%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21F33 (or 0xC21F33) is known color: Cardinal. HEX triplet: C2, 1F and 33. RGB value is (194,31,51). Sum of RGB (Red+Green+Blue) = 194+31+51=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F33 is #3DE0CC. Grayscale: #525252. Windows color (decimal): -4055245 or 3350466. OLE color: 3350466.

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

Color convert

RGB 194 31 51 -
CMYK 0 0.84 0.74 0.24
HSL 352.64º 0.72% 0.44% -
HSV(B) 352.64º 0.84% 0.76% -
XYZ 23.34 12.69 4.35 -
YUV 82.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 194 31 51 0 0.84 0.74 0.24 352.64 0.72 0.44
Hex C2 1F 33 0 54 4A 18 161 48 2C
Octal 302 37 63 0 124 112 30 541 110 54
Binary 11000010 11111 110011 0 1010100 1001010 11000 101100001 1001000 101100

Color Harmonies of #C21F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F33

Black with #C21F33

Text Example


Text Example

White with #C21F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F33; }

 p { color: rgb(194,31,51); }

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

background-color css

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

 a { background-color: rgb(194,31,51); }

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

border-color css

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

 span { border-color: rgb(194,31,51); }

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