Html Css Color HEX #CF283B Brick Red

📋 copy color: '#CF283B'

red 207 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #CF283B

Tints of Brick Red #CF283B

RGB

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

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

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

R = 67.65%
G = 13.07%
B = 19.28%

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

#CF283B (or 0xCF283B) is known color: Brick Red. HEX triplet: CF, 28 and 3B. RGB value is (207,40,59). Sum of RGB (Red+Green+Blue) = 207+40+59=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF283B is #30D7C4. Grayscale: #5C5C5C. Windows color (decimal): -3200965 or 3877071. OLE color: 3877071.

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

Color convert

RGB 207 40 59 -
CMYK 0 0.81 0.71 0.19
HSL 353.17º 0.68% 0.48% -
HSV(B) 353.17º 0.81% 0.81% -
XYZ 27.28 15.1 5.61 -
YUV 92.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 207 40 59 0 0.81 0.71 0.19 353.17 0.68 0.48
Hex CF 28 3B 0 51 47 13 161 44 30
Octal 317 50 73 0 121 107 23 541 104 60
Binary 11001111 101000 111011 0 1010001 1000111 10011 101100001 1000100 110000

Color Harmonies of #CF283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF283B

Black with #CF283B

Text Example


Text Example

White with #CF283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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