Html Css Color HEX #CF263D Brick Red

📋 copy color: '#CF263D'

red 207 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #CF263D

Tints of Brick Red #CF263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 67.65%
G = 12.42%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF263D (or 0xCF263D) is known color: Brick Red. HEX triplet: CF, 26 and 3D. RGB value is (207,38,61). Sum of RGB (Red+Green+Blue) = 207+38+61=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF263D is #30D9C2. Grayscale: #5B5B5B. Windows color (decimal): -3201475 or 4007631. OLE color: 4007631.

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

Color convert

RGB 207 38 61 -
CMYK 0 0.82 0.71 0.19
HSL 351.83º 0.69% 0.48% -
HSV(B) 351.83º 0.82% 0.81% -
XYZ 27.27 14.99 5.87 -
YUV 91.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 207 38 61 0 0.82 0.71 0.19 351.83 0.69 0.48
Hex CF 26 3D 0 52 47 13 160 45 30
Octal 317 46 75 0 122 107 23 540 105 60
Binary 11001111 100110 111101 0 1010010 1000111 10011 101100000 1000101 110000

Color Harmonies of #CF263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF263D

Black with #CF263D

Text Example


Text Example

White with #CF263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF263D; }

 p { color: rgb(207,38,61); }

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

background-color css

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

 a { background-color: rgb(207,38,61); }

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

border-color css

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

 span { border-color: rgb(207,38,61); }

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