Html Css Color HEX #CE224B Brick Red

📋 copy color: '#CE224B'

red 206 ◦ green 34 ◦ blue 75

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

Shades of Brick Red #CE224B

Tints of Brick Red #CE224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 65.4%
G = 10.79%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE224B (or 0xCE224B) is known color: Brick Red. HEX triplet: CE, 22 and 4B. RGB value is (206,34,75). Sum of RGB (Red+Green+Blue) = 206+34+75=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE224B is #31DDB4. Grayscale: #5A5A5A. Windows color (decimal): -3268021 or 4924110. OLE color: 4924110.

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

Color convert

RGB 206 34 75 -
CMYK 0 0.83 0.64 0.19
HSL 345.7º 0.72% 0.47% -
HSV(B) 345.7º 0.83% 0.81% -
XYZ 27.3 14.77 8.07 -
YUV 90.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 206 34 75 0 0.83 0.64 0.19 345.7 0.72 0.47
Hex CE 22 4B 0 53 40 13 15A 48 2F
Octal 316 42 113 0 123 100 23 532 110 57
Binary 11001110 100010 1001011 0 1010011 1000000 10011 101011010 1001000 101111

Color Harmonies of #CE224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE224B

Black with #CE224B

Text Example


Text Example

White with #CE224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE224B; }

 p { color: rgb(206,34,75); }

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

background-color css

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

 a { background-color: rgb(206,34,75); }

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

border-color css

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

 span { border-color: rgb(206,34,75); }

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