Html Css Color HEX #CB2D40 Brick Red

📋 copy color: '#CB2D40'

red 203 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #CB2D40

Tints of Brick Red #CB2D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 65.06%
G = 14.42%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB2D40 (or 0xCB2D40) is known color: Brick Red. HEX triplet: CB, 2D and 40. RGB value is (203,45,64). Sum of RGB (Red+Green+Blue) = 203+45+64=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D40 is #34D2BF. Grayscale: #5E5E5E. Windows color (decimal): -3461824 or 4206027. OLE color: 4206027.

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

Color convert

RGB 203 45 64 -
CMYK 0 0.78 0.68 0.20
HSL 352.78º 0.64% 0.49% -
HSV(B) 352.78º 0.78% 0.8% -
XYZ 26.49 14.94 6.34 -
YUV 94.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 203 45 64 0 0.78 0.68 0.20 352.78 0.64 0.49
Hex CB 2D 40 0 4E 44 14 161 40 31
Octal 313 55 100 0 116 104 24 541 100 61
Binary 11001011 101101 1000000 0 1001110 1000100 10100 101100001 1000000 110001

Color Harmonies of #CB2D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D40

Black with #CB2D40

Text Example


Text Example

White with #CB2D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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