Html Css Color HEX #CE1943 Cardinal

📋 copy color: '#CE1943'

red 206 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #CE1943

Tints of Cardinal #CE1943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 69.13%
G = 8.39%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1943 (or 0xCE1943) is known color: Cardinal. HEX triplet: CE, 19 and 43. RGB value is (206,25,67). Sum of RGB (Red+Green+Blue) = 206+25+67=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1943 is #31E6BC. Grayscale: #535353. Windows color (decimal): -3270333 or 4397518. OLE color: 4397518.

HSL color Cylindrical-coordinate representation of color #CE1943: hue angle of 346.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1943 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 67 -
CMYK 0 0.88 0.67 0.19
HSL 346.08º 0.78% 0.45% -
HSV(B) 346.08º 0.88% 0.81% -
XYZ 26.81 14.22 6.64 -
YUV 83.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 206 25 67 0 0.88 0.67 0.19 346.08 0.78 0.45
Hex CE 19 43 0 58 43 13 15A 4E 2D
Octal 316 31 103 0 130 103 23 532 116 55
Binary 11001110 11001 1000011 0 1011000 1000011 10011 101011010 1001110 101101

Color Harmonies of #CE1943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1943

Black with #CE1943

Text Example


Text Example

White with #CE1943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1943; }

 p { color: rgb(206,25,67); }

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

background-color css

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

 a { background-color: rgb(206,25,67); }

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

border-color css

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

 span { border-color: rgb(206,25,67); }

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