Html Css Color HEX #CF0038 Crimson

📋 copy color: '#CF0038'

red 207 ◦ green 0 ◦ blue 56

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

Shades of Crimson #CF0038

Tints of Crimson #CF0038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.71%
G = 0%
B = 21.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF0038 (or 0xCF0038) is known color: Crimson. HEX triplet: CF, 00 and 38. RGB value is (207,0,56). Sum of RGB (Red+Green+Blue) = 207+0+56=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0038 is #30FFC7. Grayscale: #444444. Windows color (decimal): -3211208 or 3670223. OLE color: 3670223.

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

Color convert

RGB 207 0 56 -
CMYK 0 1 0.73 0.19
HSL 343.77º 1% 0.41% -
HSV(B) 343.77º 1% 0.81% -
XYZ 26.45 13.55 4.96 -
YUV 68.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 207 0 56 0 1 0.73 0.19 343.77 1 0.41
Hex CF 0 38 0 64 49 13 158 64 29
Octal 317 0 70 0 144 111 23 530 144 51
Binary 11001111 0 111000 0 1100100 1001001 10011 101011000 1100100 101001

Color Harmonies of #CF0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0038

Black with #CF0038

Text Example


Text Example

White with #CF0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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