Html Css Color HEX #C6093E Cardinal

📋 copy color: '#C6093E'

red 198 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #C6093E

Tints of Cardinal #C6093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 73.61%
G = 3.35%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6093E (or 0xC6093E) is known color: Cardinal. HEX triplet: C6, 09 and 3E. RGB value is (198,9,62). Sum of RGB (Red+Green+Blue) = 198+9+62=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C6093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6093E is #39F6C1. Grayscale: #474747. Windows color (decimal): -3798722 or 4065734. OLE color: 4065734.

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

Color convert

RGB 198 9 62 -
CMYK 0 0.95 0.69 0.22
HSL 343.17º 0.91% 0.41% -
HSV(B) 343.17º 0.95% 0.78% -
XYZ 24.26 12.55 5.7 -
YUV 71.55 122.62 218.19 -
System Red Green Blue C M Y K H S L
Decimal 198 9 62 0 0.95 0.69 0.22 343.17 0.91 0.41
Hex C6 9 3E 0 5F 45 16 157 5B 29
Octal 306 11 76 0 137 105 26 527 133 51
Binary 11000110 1001 111110 0 1011111 1000101 10110 101010111 1011011 101001

Color Harmonies of #C6093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6093E

Black with #C6093E

Text Example


Text Example

White with #C6093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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