Html Css Color HEX #CE1F3D Cardinal

📋 copy color: '#CE1F3D'

red 206 ◦ green 31 ◦ blue 61

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

Shades of Cardinal #CE1F3D

Tints of Cardinal #CE1F3D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 69.13%
G = 10.4%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE1F3D (or 0xCE1F3D) is known color: Cardinal. HEX triplet: CE, 1F and 3D. RGB value is (206,31,61). Sum of RGB (Red+Green+Blue) = 206+31+61=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F3D is #31E0C2. Grayscale: #565656. Windows color (decimal): -3268803 or 4005838. OLE color: 4005838.

HSL color Cylindrical-coordinate representation of color #CE1F3D: hue angle of 349.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F3D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 61 -
CMYK 0 0.85 0.70 0.19
HSL 349.71º 0.74% 0.46% -
HSV(B) 349.71º 0.85% 0.81% -
XYZ 26.79 14.44 5.79 -
YUV 86.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 206 31 61 0 0.85 0.70 0.19 349.71 0.74 0.46
Hex CE 1F 3D 0 55 46 13 15E 4A 2E
Octal 316 37 75 0 125 106 23 536 112 56
Binary 11001110 11111 111101 0 1010101 1000110 10011 101011110 1001010 101110

Color Harmonies of #CE1F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F3D

Black with #CE1F3D

Text Example


Text Example

White with #CE1F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F3D; }

 p { color: rgb(206,31,61); }

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

background-color css

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

 a { background-color: rgb(206,31,61); }

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

border-color css

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

 span { border-color: rgb(206,31,61); }

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