Html Css Color HEX #C7263B Cardinal

📋 copy color: '#C7263B'

red 199 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #C7263B

Tints of Cardinal #C7263B

RGB

 RED value IS 199 (78.13% from 255) = 67.23%

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 67.23%
G = 12.84%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7263B (or 0xC7263B) is known color: Cardinal. HEX triplet: C7, 26 and 3B. RGB value is (199,38,59). Sum of RGB (Red+Green+Blue) = 199+38+59=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7263B is #38D9C4. Grayscale: #585858. Windows color (decimal): -3725765 or 3876551. OLE color: 3876551.

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

Color convert

RGB 199 38 59 -
CMYK 0 0.81 0.70 0.22
HSL 352.17º 0.68% 0.46% -
HSV(B) 352.17º 0.81% 0.78% -
XYZ 25.04 13.84 5.49 -
YUV 88.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 199 38 59 0 0.81 0.70 0.22 352.17 0.68 0.46
Hex C7 26 3B 0 51 46 16 160 44 2E
Octal 307 46 73 0 121 106 26 540 104 56
Binary 11000111 100110 111011 0 1010001 1000110 10110 101100000 1000100 101110

Color Harmonies of #C7263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7263B

Black with #C7263B

Text Example


Text Example

White with #C7263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7263B; }

 p { color: rgb(199,38,59); }

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

background-color css

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

 a { background-color: rgb(199,38,59); }

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

border-color css

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

 span { border-color: rgb(199,38,59); }

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