Html Css Color HEX #CE2338 Cardinal

📋 copy color: '#CE2338'

red 206 ◦ green 35 ◦ blue 56

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

Shades of Cardinal #CE2338

Tints of Cardinal #CE2338

RGB

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

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

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

R = 69.36%
G = 11.78%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2338 (or 0xCE2338) is known color: Cardinal. HEX triplet: CE, 23 and 38. RGB value is (206,35,56). Sum of RGB (Red+Green+Blue) = 206+35+56=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2338 is #31DCC7. Grayscale: #585858. Windows color (decimal): -3267784 or 3679182. OLE color: 3679182.

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

Color convert

RGB 206 35 56 -
CMYK 0 0.83 0.73 0.19
HSL 352.63º 0.71% 0.47% -
HSV(B) 352.63º 0.83% 0.81% -
XYZ 26.77 14.61 5.15 -
YUV 88.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 206 35 56 0 0.83 0.73 0.19 352.63 0.71 0.47
Hex CE 23 38 0 53 49 13 161 47 2F
Octal 316 43 70 0 123 111 23 541 107 57
Binary 11001110 100011 111000 0 1010011 1001001 10011 101100001 1000111 101111

Color Harmonies of #CE2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2338

Black with #CE2338

Text Example


Text Example

White with #CE2338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2338; }

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

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

background-color css

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

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

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

border-color css

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

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

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