Html Css Color HEX #CE232F Cardinal

📋 copy color: '#CE232F'

red 206 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #CE232F

Tints of Cardinal #CE232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 71.53%
G = 12.15%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE232F (or 0xCE232F) is known color: Cardinal. HEX triplet: CE, 23 and 2F. RGB value is (206,35,47). Sum of RGB (Red+Green+Blue) = 206+35+47=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE232F is #31DCD0. Grayscale: #575757. Windows color (decimal): -3267793 or 3089358. OLE color: 3089358.

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

Color convert

RGB 206 35 47 -
CMYK 0 0.83 0.77 0.19
HSL 355.79º 0.71% 0.47% -
HSV(B) 355.79º 0.83% 0.81% -
XYZ 26.57 14.53 4.09 -
YUV 87.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 206 35 47 0 0.83 0.77 0.19 355.79 0.71 0.47
Hex CE 23 2F 0 53 4D 13 164 47 2F
Octal 316 43 57 0 123 115 23 544 107 57
Binary 11001110 100011 101111 0 1010011 1001101 10011 101100100 1000111 101111

Color Harmonies of #CE232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE232F

Black with #CE232F

Text Example


Text Example

White with #CE232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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