Html Css Color HEX #CB404D Brick Red

📋 copy color: '#CB404D'

red 203 ◦ green 64 ◦ blue 77

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

Shades of Brick Red #CB404D

Tints of Brick Red #CB404D

RGB

 RED value IS 203 (79.69% from 255) = 59.01%

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 59.01%
G = 18.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB404D (or 0xCB404D) is known color: Brick Red. HEX triplet: CB, 40 and 4D. RGB value is (203,64,77). Sum of RGB (Red+Green+Blue) = 203+64+77=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB404D is #34BFB2. Grayscale: #6B6B6B. Windows color (decimal): -3456947 or 5062859. OLE color: 5062859.

HSL color Cylindrical-coordinate representation of color #CB404D: hue angle of 354.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB404D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 77 -
CMYK 0 0.68 0.62 0.20
HSL 354.39º 0.57% 0.52% -
HSV(B) 354.39º 0.68% 0.8% -
XYZ 27.8 16.9 8.82 -
YUV 107.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 203 64 77 0 0.68 0.62 0.20 354.39 0.57 0.52
Hex CB 40 4D 0 44 3E 14 162 39 34
Octal 313 100 115 0 104 76 24 542 71 64
Binary 11001011 1000000 1001101 0 1000100 111110 10100 101100010 111001 110100

Color Harmonies of #CB404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB404D

Black with #CB404D

Text Example


Text Example

White with #CB404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB404D; }

 p { color: rgb(203,64,77); }

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

background-color css

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

 a { background-color: rgb(203,64,77); }

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

border-color css

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

 span { border-color: rgb(203,64,77); }

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