Html Css Color HEX #CE2536 Cardinal

📋 copy color: '#CE2536'

red 206 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #CE2536

Tints of Cardinal #CE2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 69.36%
G = 12.46%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE2536 (or 0xCE2536) is known color: Cardinal. HEX triplet: CE, 25 and 36. RGB value is (206,37,54). Sum of RGB (Red+Green+Blue) = 206+37+54=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2536 is #31DAC9. Grayscale: #595959. Windows color (decimal): -3267274 or 3548622. OLE color: 3548622.

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

Color convert

RGB 206 37 54 -
CMYK 0 0.82 0.74 0.19
HSL 353.96º 0.7% 0.48% -
HSV(B) 353.96º 0.82% 0.81% -
XYZ 26.78 14.71 4.92 -
YUV 89.47 107.99 211.12 -
System Red Green Blue C M Y K H S L
Decimal 206 37 54 0 0.82 0.74 0.19 353.96 0.7 0.48
Hex CE 25 36 0 52 4A 13 162 46 30
Octal 316 45 66 0 122 112 23 542 106 60
Binary 11001110 100101 110110 0 1010010 1001010 10011 101100010 1000110 110000

Color Harmonies of #CE2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2536

Black with #CE2536

Text Example


Text Example

White with #CE2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2536; }

 p { color: rgb(206,37,54); }

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

background-color css

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

 a { background-color: rgb(206,37,54); }

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

border-color css

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

 span { border-color: rgb(206,37,54); }

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