Html Css Color HEX #CF1235 Crimson

📋 copy color: '#CF1235'

red 207 ◦ green 18 ◦ blue 53

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

Shades of Crimson #CF1235

Tints of Crimson #CF1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 74.46%
G = 6.47%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF1235 (or 0xCF1235) is known color: Crimson. HEX triplet: CF, 12 and 35. RGB value is (207,18,53). Sum of RGB (Red+Green+Blue) = 207+18+53=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1235 is #30EDCA. Grayscale: #4E4E4E. Windows color (decimal): -3206603 or 3478223. OLE color: 3478223.

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

Color convert

RGB 207 18 53 -
CMYK 0 0.91 0.74 0.19
HSL 348.89º 0.84% 0.44% -
HSV(B) 348.89º 0.91% 0.81% -
XYZ 26.59 13.96 4.66 -
YUV 78.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 207 18 53 0 0.91 0.74 0.19 348.89 0.84 0.44
Hex CF 12 35 0 5B 4A 13 15D 54 2C
Octal 317 22 65 0 133 112 23 535 124 54
Binary 11001111 10010 110101 0 1011011 1001010 10011 101011101 1010100 101100

Color Harmonies of #CF1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1235

Black with #CF1235

Text Example


Text Example

White with #CF1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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