Html Css Color HEX #CB2F45 Brick Red

📋 copy color: '#CB2F45'

red 203 ◦ green 47 ◦ blue 69

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

Shades of Brick Red #CB2F45

Tints of Brick Red #CB2F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 63.64%
G = 14.73%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2F45 (or 0xCB2F45) is known color: Brick Red. HEX triplet: CB, 2F and 45. RGB value is (203,47,69). Sum of RGB (Red+Green+Blue) = 203+47+69=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F45 is #34D0BA. Grayscale: #606060. Windows color (decimal): -3461307 or 4534219. OLE color: 4534219.

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

Color convert

RGB 203 47 69 -
CMYK 0 0.77 0.66 0.20
HSL 351.54º 0.62% 0.49% -
HSV(B) 351.54º 0.77% 0.8% -
XYZ 26.72 15.16 7.15 -
YUV 96.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 203 47 69 0 0.77 0.66 0.20 351.54 0.62 0.49
Hex CB 2F 45 0 4D 42 14 160 3E 31
Octal 313 57 105 0 115 102 24 540 76 61
Binary 11001011 101111 1000101 0 1001101 1000010 10100 101100000 111110 110001

Color Harmonies of #CB2F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F45

Black with #CB2F45

Text Example


Text Example

White with #CB2F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F45; }

 p { color: rgb(203,47,69); }

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

background-color css

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

 a { background-color: rgb(203,47,69); }

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

border-color css

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

 span { border-color: rgb(203,47,69); }

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