Html Css Color HEX #CB414A Brick Red

📋 copy color: '#CB414A'

red 203 ◦ green 65 ◦ blue 74

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

Shades of Brick Red #CB414A

Tints of Brick Red #CB414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 59.36%
G = 19.01%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB414A (or 0xCB414A) is known color: Brick Red. HEX triplet: CB, 41 and 4A. RGB value is (203,65,74). Sum of RGB (Red+Green+Blue) = 203+65+74=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB414A is #34BEB5. Grayscale: #6B6B6B. Windows color (decimal): -3456694 or 4866507. OLE color: 4866507.

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

Color convert

RGB 203 65 74 -
CMYK 0 0.68 0.64 0.20
HSL 356.09º 0.57% 0.53% -
HSV(B) 356.09º 0.68% 0.8% -
XYZ 27.75 16.97 8.29 -
YUV 107.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 203 65 74 0 0.68 0.64 0.20 356.09 0.57 0.53
Hex CB 41 4A 0 44 40 14 164 39 35
Octal 313 101 112 0 104 100 24 544 71 65
Binary 11001011 1000001 1001010 0 1000100 1000000 10100 101100100 111001 110101

Color Harmonies of #CB414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB414A

Black with #CB414A

Text Example


Text Example

White with #CB414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB414A; }

 p { color: rgb(203,65,74); }

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

background-color css

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

 a { background-color: rgb(203,65,74); }

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

border-color css

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

 span { border-color: rgb(203,65,74); }

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