Html Css Color HEX #C8233A Cardinal

📋 copy color: '#C8233A'

red 200 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #C8233A

Tints of Cardinal #C8233A

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 68.26%
G = 11.95%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8233A (or 0xC8233A) is known color: Cardinal. HEX triplet: C8, 23 and 3A. RGB value is (200,35,58). Sum of RGB (Red+Green+Blue) = 200+35+58=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8233A is #37DCC5. Grayscale: #575757. Windows color (decimal): -3660998 or 3810248. OLE color: 3810248.

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

Color convert

RGB 200 35 58 -
CMYK 0 0.82 0.71 0.22
HSL 351.64º 0.7% 0.46% -
HSV(B) 351.64º 0.83% 0.78% -
XYZ 25.18 13.79 5.34 -
YUV 86.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 200 35 58 0 0.82 0.71 0.22 351.64 0.7 0.46
Hex C8 23 3A 0 52 47 16 160 46 2E
Octal 310 43 72 0 122 107 26 540 106 56
Binary 11001000 100011 111010 0 1010010 1000111 10110 101100000 1000110 101110

Color Harmonies of #C8233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8233A

Black with #C8233A

Text Example


Text Example

White with #C8233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8233A; }

 p { color: rgb(200,35,58); }

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

background-color css

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

 a { background-color: rgb(200,35,58); }

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

border-color css

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

 span { border-color: rgb(200,35,58); }

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