Html Css Color HEX #CD263B Brick Red

📋 copy color: '#CD263B'

red 205 ◦ green 38 ◦ blue 59

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

Shades of Brick Red #CD263B

Tints of Brick Red #CD263B

RGB

 RED value IS 205 (80.47% from 255) = 67.88%

 GREEN value IS 38 (15.23% from 255) = 12.58%

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 67.88%
G = 12.58%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD263B (or 0xCD263B) is known color: Brick Red. HEX triplet: CD, 26 and 3B. RGB value is (205,38,59). Sum of RGB (Red+Green+Blue) = 205+38+59=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD263B is #32D9C4. Grayscale: #5A5A5A. Windows color (decimal): -3332549 or 3876557. OLE color: 3876557.

HSL color Cylindrical-coordinate representation of color #CD263B: hue angle of 352.46º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD263B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 38 59 -
CMYK 0 0.81 0.71 0.20
HSL 352.46º 0.69% 0.48% -
HSV(B) 352.46º 0.81% 0.8% -
XYZ 26.66 14.68 5.57 -
YUV 90.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 205 38 59 0 0.81 0.71 0.20 352.46 0.69 0.48
Hex CD 26 3B 0 51 47 14 160 45 30
Octal 315 46 73 0 121 107 24 540 105 60
Binary 11001101 100110 111011 0 1010001 1000111 10100 101100000 1000101 110000

Color Harmonies of #CD263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD263B

Black with #CD263B

Text Example


Text Example

White with #CD263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD263B; }

 p { color: rgb(205,38,59); }

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

background-color css

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

 a { background-color: rgb(205,38,59); }

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

border-color css

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

 span { border-color: rgb(205,38,59); }

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