Html Css Color HEX #CF1338 Crimson

📋 copy color: '#CF1338'

red 207 ◦ green 19 ◦ blue 56

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

Shades of Crimson #CF1338

Tints of Crimson #CF1338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 73.4%
G = 6.74%
B = 19.86%

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

#CF1338 (or 0xCF1338) is known color: Crimson. HEX triplet: CF, 13 and 38. RGB value is (207,19,56). Sum of RGB (Red+Green+Blue) = 207+19+56=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1338 is #30ECC7. Grayscale: #4F4F4F. Windows color (decimal): -3206344 or 3675087. OLE color: 3675087.

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

Color convert

RGB 207 19 56 -
CMYK 0 0.91 0.73 0.19
HSL 348.19º 0.83% 0.44% -
HSV(B) 348.19º 0.91% 0.81% -
XYZ 26.68 14.02 5.04 -
YUV 79.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 207 19 56 0 0.91 0.73 0.19 348.19 0.83 0.44
Hex CF 13 38 0 5B 49 13 15C 53 2C
Octal 317 23 70 0 133 111 23 534 123 54
Binary 11001111 10011 111000 0 1011011 1001001 10011 101011100 1010011 101100

Color Harmonies of #CF1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1338

Black with #CF1338

Text Example


Text Example

White with #CF1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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