Html Css Color HEX #CF1535 Crimson

📋 copy color: '#CF1535'

red 207 ◦ green 21 ◦ blue 53

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

Shades of Crimson #CF1535

Tints of Crimson #CF1535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.86%

R = 73.67%
G = 7.47%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF1535 (or 0xCF1535) is known color: Crimson. HEX triplet: CF, 15 and 35. RGB value is (207,21,53). Sum of RGB (Red+Green+Blue) = 207+21+53=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1535 is #30EACA. Grayscale: #505050. Windows color (decimal): -3205835 or 3478991. OLE color: 3478991.

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

Color convert

RGB 207 21 53 -
CMYK 0 0.90 0.74 0.19
HSL 349.68º 0.82% 0.45% -
HSV(B) 349.68º 0.9% 0.81% -
XYZ 26.64 14.06 4.68 -
YUV 80.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 207 21 53 0 0.90 0.74 0.19 349.68 0.82 0.45
Hex CF 15 35 0 5A 4A 13 15E 52 2D
Octal 317 25 65 0 132 112 23 536 122 55
Binary 11001111 10101 110101 0 1011010 1001010 10011 101011110 1010010 101101

Color Harmonies of #CF1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1535

Black with #CF1535

Text Example


Text Example

White with #CF1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1535; }

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

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

background-color css

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

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

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

border-color css

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

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

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