Html Css Color HEX #CE2638 Cardinal

📋 copy color: '#CE2638'

red 206 ◦ green 38 ◦ blue 56

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

Shades of Cardinal #CE2638

Tints of Cardinal #CE2638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 68.67%
G = 12.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2638 (or 0xCE2638) is known color: Cardinal. HEX triplet: CE, 26 and 38. RGB value is (206,38,56). Sum of RGB (Red+Green+Blue) = 206+38+56=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2638 is #31D9C7. Grayscale: #5A5A5A. Windows color (decimal): -3267016 or 3679950. OLE color: 3679950.

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

Color convert

RGB 206 38 56 -
CMYK 0 0.82 0.73 0.19
HSL 353.57º 0.69% 0.48% -
HSV(B) 353.57º 0.82% 0.81% -
XYZ 26.86 14.79 5.18 -
YUV 90.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 206 38 56 0 0.82 0.73 0.19 353.57 0.69 0.48
Hex CE 26 38 0 52 49 13 162 45 30
Octal 316 46 70 0 122 111 23 542 105 60
Binary 11001110 100110 111000 0 1010010 1001001 10011 101100010 1000101 110000

Color Harmonies of #CE2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2638

Black with #CE2638

Text Example


Text Example

White with #CE2638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2638; }

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

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

background-color css

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

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

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

border-color css

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

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

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