Html Css Color HEX #CF1337 Crimson

📋 copy color: '#CF1337'

red 207 ◦ green 19 ◦ blue 55

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

Shades of Crimson #CF1337

Tints of Crimson #CF1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 73.67%
G = 6.76%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF1337 (or 0xCF1337) is known color: Crimson. HEX triplet: CF, 13 and 37. RGB value is (207,19,55). Sum of RGB (Red+Green+Blue) = 207+19+55=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1337 is #30ECC8. Grayscale: #4F4F4F. Windows color (decimal): -3206345 or 3609551. OLE color: 3609551.

HSL color Cylindrical-coordinate representation of color #CF1337: hue angle of 348.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1337 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 55 -
CMYK 0 0.91 0.73 0.19
HSL 348.51º 0.83% 0.44% -
HSV(B) 348.51º 0.91% 0.81% -
XYZ 26.65 14.01 4.91 -
YUV 79.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 207 19 55 0 0.91 0.73 0.19 348.51 0.83 0.44
Hex CF 13 37 0 5B 49 13 15D 53 2C
Octal 317 23 67 0 133 111 23 535 123 54
Binary 11001111 10011 110111 0 1011011 1001001 10011 101011101 1010011 101100

Color Harmonies of #CF1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1337

Black with #CF1337

Text Example


Text Example

White with #CF1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1337; }

 p { color: rgb(207,19,55); }

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

background-color css

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

 a { background-color: rgb(207,19,55); }

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

border-color css

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

 span { border-color: rgb(207,19,55); }

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