Html Css Color HEX #C61C2F Cardinal

📋 copy color: '#C61C2F'

red 198 ◦ green 28 ◦ blue 47

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

Shades of Cardinal #C61C2F

Tints of Cardinal #C61C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 72.53%
G = 10.26%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C61C2F (or 0xC61C2F) is known color: Cardinal. HEX triplet: C6, 1C and 2F. RGB value is (198,28,47). Sum of RGB (Red+Green+Blue) = 198+28+47=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C2F is #39E3D0. Grayscale: #515151. Windows color (decimal): -3793873 or 3087558. OLE color: 3087558.

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

Color convert

RGB 198 28 47 -
CMYK 0 0.86 0.76 0.22
HSL 353.29º 0.75% 0.44% -
HSV(B) 353.29º 0.86% 0.78% -
XYZ 24.22 13.04 3.93 -
YUV 81 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 198 28 47 0 0.86 0.76 0.22 353.29 0.75 0.44
Hex C6 1C 2F 0 56 4C 16 161 4B 2C
Octal 306 34 57 0 126 114 26 541 113 54
Binary 11000110 11100 101111 0 1010110 1001100 10110 101100001 1001011 101100

Color Harmonies of #C61C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C2F

Black with #C61C2F

Text Example


Text Example

White with #C61C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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