Html Css Color HEX #CE2639 Cardinal

📋 copy color: '#CE2639'

red 206 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #CE2639

Tints of Cardinal #CE2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 68.44%
G = 12.62%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2639 (or 0xCE2639) is known color: Cardinal. HEX triplet: CE, 26 and 39. RGB value is (206,38,57). Sum of RGB (Red+Green+Blue) = 206+38+57=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2639 is #31D9C6. Grayscale: #5A5A5A. Windows color (decimal): -3267015 or 3745486. OLE color: 3745486.

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

Color convert

RGB 206 38 57 -
CMYK 0 0.82 0.72 0.19
HSL 353.21º 0.69% 0.48% -
HSV(B) 353.21º 0.82% 0.81% -
XYZ 26.89 14.8 5.31 -
YUV 90.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 206 38 57 0 0.82 0.72 0.19 353.21 0.69 0.48
Hex CE 26 39 0 52 48 13 161 45 30
Octal 316 46 71 0 122 110 23 541 105 60
Binary 11001110 100110 111001 0 1010010 1001000 10011 101100001 1000101 110000

Color Harmonies of #CE2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2639

Black with #CE2639

Text Example


Text Example

White with #CE2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2639; }

 p { color: rgb(206,38,57); }

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

background-color css

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

 a { background-color: rgb(206,38,57); }

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

border-color css

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

 span { border-color: rgb(206,38,57); }

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