Html Css Color HEX #C61C30 Cardinal

📋 copy color: '#C61C30'

red 198 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #C61C30

Tints of Cardinal #C61C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 72.26%
G = 10.22%
B = 17.52%

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

#C61C30 (or 0xC61C30) is known color: Cardinal. HEX triplet: C6, 1C and 30. RGB value is (198,28,48). Sum of RGB (Red+Green+Blue) = 198+28+48=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C30 is #39E3CF. Grayscale: #515151. Windows color (decimal): -3793872 or 3153094. OLE color: 3153094.

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

Color convert

RGB 198 28 48 -
CMYK 0 0.86 0.76 0.22
HSL 352.94º 0.75% 0.44% -
HSV(B) 352.94º 0.86% 0.78% -
XYZ 24.24 13.05 4.04 -
YUV 81.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 198 28 48 0 0.86 0.76 0.22 352.94 0.75 0.44
Hex C6 1C 30 0 56 4C 16 161 4B 2C
Octal 306 34 60 0 126 114 26 541 113 54
Binary 11000110 11100 110000 0 1010110 1001100 10110 101100001 1001011 101100

Color Harmonies of #C61C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C30

Black with #C61C30

Text Example


Text Example

White with #C61C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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