Html Css Color HEX #C6123F Cardinal

📋 copy color: '#C6123F'

red 198 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #C6123F

Tints of Cardinal #C6123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 63 (25% from 255) = 22.58%

R = 70.97%
G = 6.45%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6123F (or 0xC6123F) is known color: Cardinal. HEX triplet: C6, 12 and 3F. RGB value is (198,18,63). Sum of RGB (Red+Green+Blue) = 198+18+63=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6123F is #39EDC0. Grayscale: #4C4C4C. Windows color (decimal): -3796417 or 4133574. OLE color: 4133574.

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

Color convert

RGB 198 18 63 -
CMYK 0 0.91 0.68 0.22
HSL 345º 0.83% 0.42% -
HSV(B) 345º 0.91% 0.78% -
XYZ 24.4 12.8 5.89 -
YUV 76.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 198 18 63 0 0.91 0.68 0.22 345 0.83 0.42
Hex C6 12 3F 0 5B 44 16 159 53 2A
Octal 306 22 77 0 133 104 26 531 123 52
Binary 11000110 10010 111111 0 1011011 1000100 10110 101011001 1010011 101010

Color Harmonies of #C6123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6123F

Black with #C6123F

Text Example


Text Example

White with #C6123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6123F; }

 p { color: rgb(198,18,63); }

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

background-color css

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

 a { background-color: rgb(198,18,63); }

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

border-color css

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

 span { border-color: rgb(198,18,63); }

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