Html Css Color HEX #C6093F Cardinal

📋 copy color: '#C6093F'

red 198 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #C6093F

Tints of Cardinal #C6093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 73.33%
G = 3.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6093F (or 0xC6093F) is known color: Cardinal. HEX triplet: C6, 09 and 3F. RGB value is (198,9,63). Sum of RGB (Red+Green+Blue) = 198+9+63=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C6093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6093F is #39F6C0. Grayscale: #474747. Windows color (decimal): -3798721 or 4131270. OLE color: 4131270.

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

Color convert

RGB 198 9 63 -
CMYK 0 0.95 0.68 0.22
HSL 342.86º 0.91% 0.41% -
HSV(B) 342.86º 0.95% 0.78% -
XYZ 24.28 12.56 5.85 -
YUV 71.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 198 9 63 0 0.95 0.68 0.22 342.86 0.91 0.41
Hex C6 9 3F 0 5F 44 16 157 5B 29
Octal 306 11 77 0 137 104 26 527 133 51
Binary 11000110 1001 111111 0 1011111 1000100 10110 101010111 1011011 101001

Color Harmonies of #C6093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6093F

Black with #C6093F

Text Example


Text Example

White with #C6093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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