Html Css Color HEX #C6212F Cardinal

📋 copy color: '#C6212F'

red 198 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #C6212F

Tints of Cardinal #C6212F

RGB

 RED value IS 198 (77.73% from 255) = 71.22%

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 71.22%
G = 11.87%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6212F (or 0xC6212F) is known color: Cardinal. HEX triplet: C6, 21 and 2F. RGB value is (198,33,47). Sum of RGB (Red+Green+Blue) = 198+33+47=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6212F is #39DED0. Grayscale: #545454. Windows color (decimal): -3792593 or 3088838. OLE color: 3088838.

HSL color Cylindrical-coordinate representation of color #C6212F: hue angle of 354.91º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6212F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 47 -
CMYK 0 0.83 0.76 0.22
HSL 354.91º 0.71% 0.45% -
HSV(B) 354.91º 0.83% 0.78% -
XYZ 24.35 13.3 3.97 -
YUV 83.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 198 33 47 0 0.83 0.76 0.22 354.91 0.71 0.45
Hex C6 21 2F 0 53 4C 16 163 47 2D
Octal 306 41 57 0 123 114 26 543 107 55
Binary 11000110 100001 101111 0 1010011 1001100 10110 101100011 1000111 101101

Color Harmonies of #C6212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6212F

Black with #C6212F

Text Example


Text Example

White with #C6212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6212F; }

 p { color: rgb(198,33,47); }

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

background-color css

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

 a { background-color: rgb(198,33,47); }

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

border-color css

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

 span { border-color: rgb(198,33,47); }

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