Html Css Color HEX #CF1B4A Crimson

📋 copy color: '#CF1B4A'

red 207 ◦ green 27 ◦ blue 74

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

Shades of Crimson #CF1B4A

Tints of Crimson #CF1B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 67.21%
G = 8.77%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF1B4A (or 0xCF1B4A) is known color: Crimson. HEX triplet: CF, 1B and 4A. RGB value is (207,27,74). Sum of RGB (Red+Green+Blue) = 207+27+74=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1B4A is #30E4B5. Grayscale: #565656. Windows color (decimal): -3204278 or 4856783. OLE color: 4856783.

HSL color Cylindrical-coordinate representation of color #CF1B4A: hue angle of 344.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1B4A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 27 74 -
CMYK 0 0.87 0.64 0.19
HSL 344.33º 0.77% 0.46% -
HSV(B) 344.33º 0.87% 0.81% -
XYZ 27.36 14.54 7.84 -
YUV 86.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 207 27 74 0 0.87 0.64 0.19 344.33 0.77 0.46
Hex CF 1B 4A 0 57 40 13 158 4D 2E
Octal 317 33 112 0 127 100 23 530 115 56
Binary 11001111 11011 1001010 0 1010111 1000000 10011 101011000 1001101 101110

Color Harmonies of #CF1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1B4A

Black with #CF1B4A

Text Example


Text Example

White with #CF1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1B4A; }

 p { color: rgb(207,27,74); }

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

background-color css

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

 a { background-color: rgb(207,27,74); }

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

border-color css

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

 span { border-color: rgb(207,27,74); }

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