Html Css Color HEX #CE223D Cardinal

📋 copy color: '#CE223D'

red 206 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #CE223D

Tints of Cardinal #CE223D

RGB

 RED value IS 206 (80.86% from 255) = 68.44%

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 68.44%
G = 11.3%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE223D (or 0xCE223D) is known color: Cardinal. HEX triplet: CE, 22 and 3D. RGB value is (206,34,61). Sum of RGB (Red+Green+Blue) = 206+34+61=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE223D is #31DDC2. Grayscale: #585858. Windows color (decimal): -3268035 or 4006606. OLE color: 4006606.

HSL color Cylindrical-coordinate representation of color #CE223D: hue angle of 350.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE223D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 61 -
CMYK 0 0.83 0.70 0.19
HSL 350.58º 0.72% 0.47% -
HSV(B) 350.58º 0.83% 0.81% -
XYZ 26.87 14.6 5.82 -
YUV 88.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 206 34 61 0 0.83 0.70 0.19 350.58 0.72 0.47
Hex CE 22 3D 0 53 46 13 15F 48 2F
Octal 316 42 75 0 123 106 23 537 110 57
Binary 11001110 100010 111101 0 1010011 1000110 10011 101011111 1001000 101111

Color Harmonies of #CE223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE223D

Black with #CE223D

Text Example


Text Example

White with #CE223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE223D; }

 p { color: rgb(206,34,61); }

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

background-color css

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

 a { background-color: rgb(206,34,61); }

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

border-color css

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

 span { border-color: rgb(206,34,61); }

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