Html Css Color HEX #CE2341 Cardinal

📋 copy color: '#CE2341'

red 206 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #CE2341

Tints of Cardinal #CE2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 67.32%
G = 11.44%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2341 (or 0xCE2341) is known color: Cardinal. HEX triplet: CE, 23 and 41. RGB value is (206,35,65). Sum of RGB (Red+Green+Blue) = 206+35+65=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2341 is #31DCBE. Grayscale: #595959. Windows color (decimal): -3267775 or 4269006. OLE color: 4269006.

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

Color convert

RGB 206 35 65 -
CMYK 0 0.83 0.68 0.19
HSL 349.47º 0.71% 0.47% -
HSV(B) 349.47º 0.83% 0.81% -
XYZ 27.01 14.71 6.42 -
YUV 89.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 206 35 65 0 0.83 0.68 0.19 349.47 0.71 0.47
Hex CE 23 41 0 53 44 13 15D 47 2F
Octal 316 43 101 0 123 104 23 535 107 57
Binary 11001110 100011 1000001 0 1010011 1000100 10011 101011101 1000111 101111

Color Harmonies of #CE2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2341

Black with #CE2341

Text Example


Text Example

White with #CE2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2341; }

 p { color: rgb(206,35,65); }

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

background-color css

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

 a { background-color: rgb(206,35,65); }

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

border-color css

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

 span { border-color: rgb(206,35,65); }

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