Html Css Color HEX #C8233D Cardinal

📋 copy color: '#C8233D'

red 200 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #C8233D

Tints of Cardinal #C8233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 67.57%
G = 11.82%
B = 20.61%

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

#C8233D (or 0xC8233D) is known color: Cardinal. HEX triplet: C8, 23 and 3D. RGB value is (200,35,61). Sum of RGB (Red+Green+Blue) = 200+35+61=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8233D is #37DCC2. Grayscale: #575757. Windows color (decimal): -3660995 or 4006856. OLE color: 4006856.

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

Color convert

RGB 200 35 61 -
CMYK 0 0.82 0.69 0.22
HSL 350.55º 0.7% 0.46% -
HSV(B) 350.55º 0.83% 0.78% -
XYZ 25.26 13.82 5.75 -
YUV 87.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 200 35 61 0 0.82 0.69 0.22 350.55 0.7 0.46
Hex C8 23 3D 0 52 45 16 15F 46 2E
Octal 310 43 75 0 122 105 26 537 106 56
Binary 11001000 100011 111101 0 1010010 1000101 10110 101011111 1000110 101110

Color Harmonies of #C8233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8233D

Black with #C8233D

Text Example


Text Example

White with #C8233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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