Html Css Color HEX #C6242B Cardinal

📋 copy color: '#C6242B'

red 198 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #C6242B

Tints of Cardinal #C6242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 71.48%
G = 13%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6242B (or 0xC6242B) is known color: Cardinal. HEX triplet: C6, 24 and 2B. RGB value is (198,36,43). Sum of RGB (Red+Green+Blue) = 198+36+43=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6242B is #39DBD4. Grayscale: #555555. Windows color (decimal): -3791829 or 2827462. OLE color: 2827462.

HSL color Cylindrical-coordinate representation of color #C6242B: hue angle of 357.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6242B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 43 -
CMYK 0 0.82 0.78 0.22
HSL 357.41º 0.69% 0.46% -
HSV(B) 357.41º 0.82% 0.78% -
XYZ 24.36 13.44 3.6 -
YUV 85.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 198 36 43 0 0.82 0.78 0.22 357.41 0.69 0.46
Hex C6 24 2B 0 52 4E 16 165 45 2E
Octal 306 44 53 0 122 116 26 545 105 56
Binary 11000110 100100 101011 0 1010010 1001110 10110 101100101 1000101 101110

Color Harmonies of #C6242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6242B

Black with #C6242B

Text Example


Text Example

White with #C6242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6242B; }

 p { color: rgb(198,36,43); }

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

background-color css

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

 a { background-color: rgb(198,36,43); }

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

border-color css

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

 span { border-color: rgb(198,36,43); }

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