Html Css Color HEX #CD2441 Brick Red

📋 copy color: '#CD2441'

red 205 ◦ green 36 ◦ blue 65

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

Shades of Brick Red #CD2441

Tints of Brick Red #CD2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 66.99%
G = 11.76%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD2441 (or 0xCD2441) is known color: Brick Red. HEX triplet: CD, 24 and 41. RGB value is (205,36,65). Sum of RGB (Red+Green+Blue) = 205+36+65=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2441 is #32DBBE. Grayscale: #595959. Windows color (decimal): -3333055 or 4269261. OLE color: 4269261.

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

Color convert

RGB 205 36 65 -
CMYK 0 0.82 0.68 0.20
HSL 349.7º 0.7% 0.47% -
HSV(B) 349.7º 0.82% 0.8% -
XYZ 26.76 14.62 6.41 -
YUV 89.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 205 36 65 0 0.82 0.68 0.20 349.7 0.7 0.47
Hex CD 24 41 0 52 44 14 15E 46 2F
Octal 315 44 101 0 122 104 24 536 106 57
Binary 11001101 100100 1000001 0 1010010 1000100 10100 101011110 1000110 101111

Color Harmonies of #CD2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2441

Black with #CD2441

Text Example


Text Example

White with #CD2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2441; }

 p { color: rgb(205,36,65); }

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

background-color css

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

 a { background-color: rgb(205,36,65); }

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

border-color css

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

 span { border-color: rgb(205,36,65); }

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