Html Css Color HEX #CD263C Brick Red

📋 copy color: '#CD263C'

red 205 ◦ green 38 ◦ blue 60

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

Shades of Brick Red #CD263C

Tints of Brick Red #CD263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 67.66%
G = 12.54%
B = 19.8%

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

#CD263C (or 0xCD263C) is known color: Brick Red. HEX triplet: CD, 26 and 3C. RGB value is (205,38,60). Sum of RGB (Red+Green+Blue) = 205+38+60=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD263C is #32D9C3. Grayscale: #5A5A5A. Windows color (decimal): -3332548 or 3942093. OLE color: 3942093.

HSL color Cylindrical-coordinate representation of color #CD263C: hue angle of 352.1º 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 #CD263C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 38 60 -
CMYK 0 0.81 0.71 0.20
HSL 352.1º 0.69% 0.48% -
HSV(B) 352.1º 0.81% 0.8% -
XYZ 26.69 14.69 5.7 -
YUV 90.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 205 38 60 0 0.81 0.71 0.20 352.1 0.69 0.48
Hex CD 26 3C 0 51 47 14 160 45 30
Octal 315 46 74 0 121 107 24 540 105 60
Binary 11001101 100110 111100 0 1010001 1000111 10100 101100000 1000101 110000

Color Harmonies of #CD263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD263C

Black with #CD263C

Text Example


Text Example

White with #CD263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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