Html Css Color HEX #CF1838 Cardinal

📋 copy color: '#CF1838'

red 207 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #CF1838

Tints of Cardinal #CF1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 72.13%
G = 8.36%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF1838 (or 0xCF1838) is known color: Cardinal. HEX triplet: CF, 18 and 38. RGB value is (207,24,56). Sum of RGB (Red+Green+Blue) = 207+24+56=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1838 is #30E7C7. Grayscale: #525252. Windows color (decimal): -3205064 or 3676367. OLE color: 3676367.

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

Color convert

RGB 207 24 56 -
CMYK 0 0.88 0.73 0.19
HSL 349.51º 0.79% 0.45% -
HSV(B) 349.51º 0.88% 0.81% -
XYZ 26.77 14.2 5.07 -
YUV 82.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 207 24 56 0 0.88 0.73 0.19 349.51 0.79 0.45
Hex CF 18 38 0 58 49 13 15E 4F 2D
Octal 317 30 70 0 130 111 23 536 117 55
Binary 11001111 11000 111000 0 1011000 1001001 10011 101011110 1001111 101101

Color Harmonies of #CF1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1838

Black with #CF1838

Text Example


Text Example

White with #CF1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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