Html Css Color HEX #C7233F Cardinal

📋 copy color: '#C7233F'

red 199 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #C7233F

Tints of Cardinal #C7233F

RGB

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

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

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

R = 67%
G = 11.78%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7233F (or 0xC7233F) is known color: Cardinal. HEX triplet: C7, 23 and 3F. RGB value is (199,35,63). Sum of RGB (Red+Green+Blue) = 199+35+63=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7233F is #38DCC0. Grayscale: #575757. Windows color (decimal): -3726529 or 4137927. OLE color: 4137927.

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

Color convert

RGB 199 35 63 -
CMYK 0 0.82 0.68 0.22
HSL 349.76º 0.7% 0.46% -
HSV(B) 349.76º 0.82% 0.78% -
XYZ 25.05 13.7 6.03 -
YUV 87.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 199 35 63 0 0.82 0.68 0.22 349.76 0.7 0.46
Hex C7 23 3F 0 52 44 16 15E 46 2E
Octal 307 43 77 0 122 104 26 536 106 56
Binary 11000111 100011 111111 0 1010010 1000100 10110 101011110 1000110 101110

Color Harmonies of #C7233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7233F

Black with #C7233F

Text Example


Text Example

White with #C7233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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