Html Css Color HEX #CE223B Cardinal

📋 copy color: '#CE223B'

red 206 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #CE223B

Tints of Cardinal #CE223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 68.9%
G = 11.37%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE223B (or 0xCE223B) is known color: Cardinal. HEX triplet: CE, 22 and 3B. RGB value is (206,34,59). Sum of RGB (Red+Green+Blue) = 206+34+59=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE223B is #31DDC4. Grayscale: #585858. Windows color (decimal): -3268037 or 3875534. OLE color: 3875534.

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

Color convert

RGB 206 34 59 -
CMYK 0 0.83 0.71 0.19
HSL 351.28º 0.72% 0.47% -
HSV(B) 351.28º 0.83% 0.81% -
XYZ 26.82 14.58 5.54 -
YUV 88.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 206 34 59 0 0.83 0.71 0.19 351.28 0.72 0.47
Hex CE 22 3B 0 53 47 13 15F 48 2F
Octal 316 42 73 0 123 107 23 537 110 57
Binary 11001110 100010 111011 0 1010011 1000111 10011 101011111 1001000 101111

Color Harmonies of #CE223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE223B

Black with #CE223B

Text Example


Text Example

White with #CE223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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