Html Css Color HEX #CF2542 Brick Red

📋 copy color: '#CF2542'

red 207 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #CF2542

Tints of Brick Red #CF2542

RGB

 RED value IS 207 (81.25% from 255) = 66.77%

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 66.77%
G = 11.94%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2542 (or 0xCF2542) is known color: Brick Red. HEX triplet: CF, 25 and 42. RGB value is (207,37,66). Sum of RGB (Red+Green+Blue) = 207+37+66=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2542 is #30DABD. Grayscale: #5B5B5B. Windows color (decimal): -3201726 or 4335055. OLE color: 4335055.

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

Color convert

RGB 207 37 66 -
CMYK 0 0.82 0.68 0.19
HSL 349.76º 0.7% 0.48% -
HSV(B) 349.76º 0.82% 0.81% -
XYZ 27.38 14.98 6.6 -
YUV 91.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 207 37 66 0 0.82 0.68 0.19 349.76 0.7 0.48
Hex CF 25 42 0 52 44 13 15E 46 30
Octal 317 45 102 0 122 104 23 536 106 60
Binary 11001111 100101 1000010 0 1010010 1000100 10011 101011110 1000110 110000

Color Harmonies of #CF2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2542

Black with #CF2542

Text Example


Text Example

White with #CF2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2542; }

 p { color: rgb(207,37,66); }

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

background-color css

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

 a { background-color: rgb(207,37,66); }

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

border-color css

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

 span { border-color: rgb(207,37,66); }

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