Html Css Color HEX #C61C3B Cardinal

📋 copy color: '#C61C3B'

red 198 ◦ green 28 ◦ blue 59

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

Shades of Cardinal #C61C3B

Tints of Cardinal #C61C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 69.47%
G = 9.82%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C61C3B (or 0xC61C3B) is known color: Cardinal. HEX triplet: C6, 1C and 3B. RGB value is (198,28,59). Sum of RGB (Red+Green+Blue) = 198+28+59=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C3B is #39E3C4. Grayscale: #525252. Windows color (decimal): -3793861 or 3873990. OLE color: 3873990.

HSL color Cylindrical-coordinate representation of color #C61C3B: hue angle of 349.06º 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 #C61C3B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 59 -
CMYK 0 0.86 0.70 0.22
HSL 349.06º 0.75% 0.44% -
HSV(B) 349.06º 0.86% 0.78% -
XYZ 24.49 13.15 5.39 -
YUV 82.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 198 28 59 0 0.86 0.70 0.22 349.06 0.75 0.44
Hex C6 1C 3B 0 56 46 16 15D 4B 2C
Octal 306 34 73 0 126 106 26 535 113 54
Binary 11000110 11100 111011 0 1010110 1000110 10110 101011101 1001011 101100

Color Harmonies of #C61C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C3B

Black with #C61C3B

Text Example


Text Example

White with #C61C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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