Html Css Color HEX #C7233E Cardinal

📋 copy color: '#C7233E'

red 199 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #C7233E

Tints of Cardinal #C7233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 67.23%
G = 11.82%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7233E (or 0xC7233E) is known color: Cardinal. HEX triplet: C7, 23 and 3E. RGB value is (199,35,62). Sum of RGB (Red+Green+Blue) = 199+35+62=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7233E is #38DCC1. Grayscale: #575757. Windows color (decimal): -3726530 or 4072391. OLE color: 4072391.

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

Color convert

RGB 199 35 62 -
CMYK 0 0.82 0.69 0.22
HSL 350.12º 0.7% 0.46% -
HSV(B) 350.12º 0.82% 0.78% -
XYZ 25.02 13.69 5.88 -
YUV 87.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 199 35 62 0 0.82 0.69 0.22 350.12 0.7 0.46
Hex C7 23 3E 0 52 45 16 15E 46 2E
Octal 307 43 76 0 122 105 26 536 106 56
Binary 11000111 100011 111110 0 1010010 1000101 10110 101011110 1000110 101110

Color Harmonies of #C7233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7233E

Black with #C7233E

Text Example


Text Example

White with #C7233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7233E; }

 p { color: rgb(199,35,62); }

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

background-color css

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

 a { background-color: rgb(199,35,62); }

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

border-color css

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

 span { border-color: rgb(199,35,62); }

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