Html Css Color HEX #CF283C Brick Red

📋 copy color: '#CF283C'

red 207 ◦ green 40 ◦ blue 60

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

Shades of Brick Red #CF283C

Tints of Brick Red #CF283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 67.43%
G = 13.03%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF283C (or 0xCF283C) is known color: Brick Red. HEX triplet: CF, 28 and 3C. RGB value is (207,40,60). Sum of RGB (Red+Green+Blue) = 207+40+60=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF283C is #30D7C3. Grayscale: #5C5C5C. Windows color (decimal): -3200964 or 3942607. OLE color: 3942607.

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

Color convert

RGB 207 40 60 -
CMYK 0 0.81 0.71 0.19
HSL 352.81º 0.68% 0.48% -
HSV(B) 352.81º 0.81% 0.81% -
XYZ 27.31 15.11 5.75 -
YUV 92.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 207 40 60 0 0.81 0.71 0.19 352.81 0.68 0.48
Hex CF 28 3C 0 51 47 13 161 44 30
Octal 317 50 74 0 121 107 23 541 104 60
Binary 11001111 101000 111100 0 1010001 1000111 10011 101100001 1000100 110000

Color Harmonies of #CF283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF283C

Black with #CF283C

Text Example


Text Example

White with #CF283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF283C; }

 p { color: rgb(207,40,60); }

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

background-color css

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

 a { background-color: rgb(207,40,60); }

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

border-color css

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

 span { border-color: rgb(207,40,60); }

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