Html Css Color HEX #CE233A Cardinal

📋 copy color: '#CE233A'

red 206 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #CE233A

Tints of Cardinal #CE233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 68.9%
G = 11.71%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE233A (or 0xCE233A) is known color: Cardinal. HEX triplet: CE, 23 and 3A. RGB value is (206,35,58). Sum of RGB (Red+Green+Blue) = 206+35+58=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE233A is #31DCC5. Grayscale: #585858. Windows color (decimal): -3267782 or 3810254. OLE color: 3810254.

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

Color convert

RGB 206 35 58 -
CMYK 0 0.83 0.72 0.19
HSL 351.93º 0.71% 0.47% -
HSV(B) 351.93º 0.83% 0.81% -
XYZ 26.82 14.63 5.41 -
YUV 88.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 206 35 58 0 0.83 0.72 0.19 351.93 0.71 0.47
Hex CE 23 3A 0 53 48 13 160 47 2F
Octal 316 43 72 0 123 110 23 540 107 57
Binary 11001110 100011 111010 0 1010011 1001000 10011 101100000 1000111 101111

Color Harmonies of #CE233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE233A

Black with #CE233A

Text Example


Text Example

White with #CE233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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