Html Css Color HEX #CE2143 Cardinal

📋 copy color: '#CE2143'

red 206 ◦ green 33 ◦ blue 67

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

Shades of Cardinal #CE2143

Tints of Cardinal #CE2143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 67.32%
G = 10.78%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2143 (or 0xCE2143) is known color: Cardinal. HEX triplet: CE, 21 and 43. RGB value is (206,33,67). Sum of RGB (Red+Green+Blue) = 206+33+67=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2143 is #31DEBC. Grayscale: #585858. Windows color (decimal): -3268285 or 4399566. OLE color: 4399566.

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

Color convert

RGB 206 33 67 -
CMYK 0 0.84 0.67 0.19
HSL 348.21º 0.72% 0.47% -
HSV(B) 348.21º 0.84% 0.81% -
XYZ 27.01 14.61 6.71 -
YUV 88.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 206 33 67 0 0.84 0.67 0.19 348.21 0.72 0.47
Hex CE 21 43 0 54 43 13 15C 48 2F
Octal 316 41 103 0 124 103 23 534 110 57
Binary 11001110 100001 1000011 0 1010100 1000011 10011 101011100 1001000 101111

Color Harmonies of #CE2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2143

Black with #CE2143

Text Example


Text Example

White with #CE2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2143; }

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

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

background-color css

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

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

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

border-color css

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

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

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