Html Css Color HEX #CF153D Crimson

📋 copy color: '#CF153D'

red 207 ◦ green 21 ◦ blue 61

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

Shades of Crimson #CF153D

Tints of Crimson #CF153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 71.63%
G = 7.27%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF153D (or 0xCF153D) is known color: Crimson. HEX triplet: CF, 15 and 3D. RGB value is (207,21,61). Sum of RGB (Red+Green+Blue) = 207+21+61=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF153D is #30EAC2. Grayscale: #515151. Windows color (decimal): -3205827 or 4003279. OLE color: 4003279.

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

Color convert

RGB 207 21 61 -
CMYK 0 0.90 0.71 0.19
HSL 347.1º 0.82% 0.45% -
HSV(B) 347.1º 0.9% 0.81% -
XYZ 26.84 14.14 5.73 -
YUV 81.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 207 21 61 0 0.90 0.71 0.19 347.1 0.82 0.45
Hex CF 15 3D 0 5A 47 13 15B 52 2D
Octal 317 25 75 0 132 107 23 533 122 55
Binary 11001111 10101 111101 0 1011010 1000111 10011 101011011 1010010 101101

Color Harmonies of #CF153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF153D

Black with #CF153D

Text Example


Text Example

White with #CF153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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